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

Unified Diff: chrome/common/chrome_switches.cc

Issue 12617010: Turn on SyncedNotifications in Dev and Canary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Synced Notifications enable dev and canary - fix unittests 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | 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 ef86310621bb580fa8327286a29971430b25c7f5..39a4b1afda51b56400b56c6dd9844c6386fc2b00 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -394,6 +394,10 @@ const char kDisableSyncPreferences[] = "disable-sync-preferences";
// Disable syncing custom search engines.
const char kDisableSyncSearchEngines[] = "disable-sync-search-engines";
+// Disables synced notifications.
+const char kDisableSyncSyncedNotifications[] =
+ "disable-sync-synced-notifications";
+
// Disables syncing browser sessions. Will override kEnableSyncTabs.
const char kDisableSyncTabs[] = "disable-sync-tabs";
@@ -626,10 +630,6 @@ const char kEnableStackedTabStrip[] = "enable-stacked-tab-strip";
// Enables experimental suggestions pane in New Tab page.
const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp";
-// Enables synced notifications.
-const char kEnableSyncSyncedNotifications[] =
- "enable-sync-synced-notifications";
-
// Enables synced favicons
const char kEnableSyncFavicons[] = "enable-sync-favicons";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698