| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 967c85e90ee1997a51041541c032085e76fcdae4..6d484333eca158ae2db005307be5c42a2875a728 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -363,10 +363,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
|
| @@ -621,10 +617,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";
|
|
|
|
|