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

Unified Diff: chrome/common/chrome_switches.cc

Issue 780363003: Delete deprecated synced notifications code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments in specifics Created 6 years 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 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";

Powered by Google App Engine
This is Rietveld 408576698