disable-background-sync-by-default.patch
This commit is contained in:
parent
a4e042bca5
commit
cd94c15edf
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Subject: disable background sync by default
|
|||
diff --git a/components/content_settings/core/browser/content_settings_registry.cc b/components/content_settings/core/browser/content_settings_registry.cc
|
||||
--- a/components/content_settings/core/browser/content_settings_registry.cc
|
||||
+++ b/components/content_settings/core/browser/content_settings_registry.cc
|
||||
@@ -313,7 +313,7 @@ void ContentSettingsRegistry::Init() {
|
||||
@@ -301,7 +301,7 @@ void ContentSettingsRegistry::Init() {
|
||||
ContentSettingsInfo::EXCEPTIONS_ON_SECURE_ORIGINS_ONLY);
|
||||
|
||||
Register(ContentSettingsType::BACKGROUND_SYNC, "background-sync",
|
||||
|
|
Loading…
Add table
Reference in a new issue