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

Unified Diff: chrome/browser/about_flags.cc

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert sync pref changes Created 7 years, 9 months 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 1e708270c10010328590a7dc3693173ebf3bbebd..6042043e61939dd269801fab8848c391cb2dfad5 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -558,13 +558,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kSyncTabFavicons)
},
{
- "sync-app-notifications",
- IDS_FLAGS_SYNC_APP_NOTIFICATIONS_NAME,
- IDS_FLAGS_SYNC_APP_NOTIFICATIONS_DESCRIPTION,
- kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kDisableSyncAppNotifications)
- },
- {
"sync-keystore-encryption",
IDS_FLAGS_SYNC_KEYSTORE_ENCRYPTION_NAME,
IDS_FLAGS_SYNC_KEYSTORE_ENCRYPTION_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698