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"; |