mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 76.0.3809.0 (#665002)
OSR tests will be fixed by a follow-up merge of Viz support (see issue #2575).
This commit is contained in:
committed by
Marshall Greenblatt
parent
5892ffc382
commit
cc0db5f166
16
patch/patches/chrome_pref_watcher.patch
Normal file
16
patch/patches/chrome_pref_watcher.patch
Normal file
@ -0,0 +1,16 @@
|
||||
diff --git chrome/browser/ui/prefs/pref_watcher.h chrome/browser/ui/prefs/pref_watcher.h
|
||||
index b5ccdc521a36..716117c141cc 100644
|
||||
--- chrome/browser/ui/prefs/pref_watcher.h
|
||||
+++ chrome/browser/ui/prefs/pref_watcher.h
|
||||
@@ -29,10 +29,10 @@ class PrefWatcher : public KeyedService {
|
||||
void RegisterRendererPreferenceWatcher(
|
||||
blink::mojom::RendererPreferenceWatcherPtr watcher);
|
||||
|
||||
- private:
|
||||
// KeyedService overrides:
|
||||
void Shutdown() override;
|
||||
|
||||
+ private:
|
||||
void UpdateRendererPreferences();
|
||||
void OnWebPrefChanged(const std::string& pref_name);
|
||||
|
Reference in New Issue
Block a user