Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 493bc6d6a228849f6c851c1800f2ace16a3c66bd..4907270786919db7340157c6725413f1ce596cbd 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -360,10 +360,6 @@ const char kDisableSupervisedUserSafeSites[] = |
// Disables syncing browser data to a Google Account. |
const char kDisableSync[] = "disable-sync"; |
-// Disable synced notifications. |
-const char kDisableSyncSyncedNotifications[] = |
- "disable-sync-synced-notifications"; |
- |
// Disables syncing one or more sync data types that are on by default. |
// See sync/internal_api/public/base/model_type.h for possible types. Types |
// should be comma separated, and follow the naming convention for string |
@@ -615,10 +611,6 @@ const char kEnableSupervisedUserBlacklist[] = |
const char kEnableSupervisedUserSafeSites[] = |
"enable-supervised-user-safesites"; |
-// Enables synced notifications. |
-const char kEnableSyncSyncedNotifications[] = |
- "enable-sync-synced-notifications"; |
- |
// Enables synced articles. |
const char kEnableSyncArticles[] = "enable-sync-articles"; |