Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4453)

Unified Diff: chrome/common/chrome_switches.cc

Issue 11745024: Synced Notification Sync Change Processor (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Lint fixes Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f077d5b13b65291e1b881ddeca3e78bdfdc42413..4f931b35dda0cb97c875cc1cee890a0b85fb8096 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -402,6 +402,10 @@ const char kDisableSyncPreferences[] = "disable-sync-preferences";
// Disable syncing custom search engines.
const char kDisableSyncSearchEngines[] = "disable-sync-search-engines";
+// Disables synched notifications.
+const char kDisableSyncSyncedNotifications[] =
+ "disable-sync-synced-notifications";
+
// Disables syncing browser sessions. Will override kEnableSyncTabs.
const char kDisableSyncTabs[] = "disable-sync-tabs";

Powered by Google App Engine
This is Rietveld 408576698