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

Unified Diff: chrome/browser/about_flags.cc

Issue 780363003: Delete deprecated synced notifications code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d38a6095976b214964e91eff3c26bb093b8a761c..84a2b53b32357bd67ba9fc302223b72567e5dc6c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1127,14 +1127,6 @@ const Experiment kExperiments[] = {
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableSupervisedUserSafeSites,
switches::kDisableSupervisedUserSafeSites)
},
- {
- "enable-sync-synced-notifications",
- IDS_FLAGS_ENABLE_SYNCED_NOTIFICATIONS_NAME,
- IDS_FLAGS_ENABLE_SYNCED_NOTIFICATIONS_DESCRIPTION,
- kOsDesktop,
- ENABLE_DISABLE_VALUE_TYPE(switches::kEnableSyncSyncedNotifications,
- switches::kDisableSyncSyncedNotifications)
- },
#if defined(ENABLE_APP_LIST)
{
"enable-sync-app-list",

Powered by Google App Engine
This is Rietveld 408576698