cef/include/base
Marshall Greenblatt 07bc800f00 Remove deprecated base::Bind APIs (see issue #3140)
This CL removes the following deprecated APIs:

- base::Bind()
- base::Callback
- base::Closure
- base::CancelableCallback
- base::CancelableClosure

The behavior that these APIs provided is still available using the *Repeating*
variants. However, consider strongly whether using these variants is actually
necessary in your case or whether the *Once* variants will suffice: unless your
callback *objects* (note: not variables!) need to be called multiple times,
they most likely can and should be the Once variants.

This applies the same changes as https://crrev.com/6cc94b5339.
2021-10-05 15:10:14 +03:00
..
internal Remove unicode character from cef_bind_internal.h 2021-08-16 13:22:39 -04:00
cef_atomic_flag.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_atomic_ref_count.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_auto_reset.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_basictypes.h Update to Chromium version 91.0.4472.0 (#870763) 2021-04-23 11:38:51 -04:00
cef_bind.h Remove deprecated base::Bind APIs (see issue #3140) 2021-10-05 15:10:14 +03:00
cef_build.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_callback.h Remove deprecated base::Bind APIs (see issue #3140) 2021-10-05 15:10:14 +03:00
cef_callback_forward.h Remove deprecated base::Bind APIs (see issue #3140) 2021-10-05 15:10:14 +03:00
cef_callback_helpers.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_callback_list.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_cancelable_callback.h Remove deprecated base::Bind APIs (see issue #3140) 2021-10-05 15:10:14 +03:00
cef_compiler_specific.h Fix compile errors with VS2019 v16.9.3 and GCC v7.5.0 (see issue #3140) 2021-06-23 13:00:34 -04:00
cef_cxx17_backports.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_lock.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_logging.h Use absolute namespace in cef_logging.h (fixes issue #3185) 2021-09-22 14:09:54 +03:00
cef_macros.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_platform_thread.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_ptr_util.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_ref_counted.h Rename 'subtle' namespace to fix duplicate symbol errors (see issue #3140) 2021-06-18 13:42:32 -04:00
cef_scoped_refptr.h Rename 'subtle' namespace to fix duplicate symbol errors (see issue #3140) 2021-06-18 13:42:32 -04:00
cef_scoped_typeref_mac.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_template_util.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_thread_checker.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_trace_event.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_tuple.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00
cef_weak_ptr.h Update include/base headers for C++11/14 (see issue #3140) 2021-06-17 20:47:12 -04:00