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

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: 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 8e638909b7a8d10198e23c5e30b726ad8d188c5e..b0d368be730d4371c2199587501893d9e20dee94 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1124,14 +1124,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",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/api/synced_notifications_private/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698