mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 1ae106db (#414607)
This commit is contained in:
@@ -16,10 +16,18 @@ namespace net {
|
||||
class URLRequestContextGetter;
|
||||
}
|
||||
|
||||
class PrefRegistrySimple;
|
||||
class PrefService;
|
||||
|
||||
namespace component_updater {
|
||||
|
||||
// Registers preferences associated with the component updater configurator
|
||||
// for CEF. The preferences must be registered with the local pref store
|
||||
// before they can be queried by the configurator instance.
|
||||
// This function is called before MakeCefComponentUpdaterConfigurator.
|
||||
void RegisterPrefsForCefComponentUpdaterConfigurator(
|
||||
PrefRegistrySimple* registry);
|
||||
|
||||
scoped_refptr<update_client::Configurator>
|
||||
MakeCefComponentUpdaterConfigurator(
|
||||
const base::CommandLine* cmdline,
|
||||
|
Reference in New Issue
Block a user