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

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: More cleanup 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698