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

Unified Diff: chrome/common/chrome_switches.cc

Issue 8585006: Turn app notifications sync to be on by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit tests Created 9 years, 1 month 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 5251a7f13de99fc0a01dde43eca316aef7b14994..a8459c5472d0dc435cc92a3678aeb45174910bfb 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -315,6 +315,9 @@ const char kDisableSync[] = "disable-sync";
// Disables syncing of apps.
const char kDisableSyncApps[] = "disable-sync-apps";
+// Disable syncing app notifications.
+const char kDisableSyncAppNotifications[] = "disable-sync-app-notifications";
+
// Disables syncing of autofill.
const char kDisableSyncAutofill[] = "disable-sync-autofill";
@@ -556,9 +559,6 @@ const char kEnableSyncTabs[] = "enable-sync-tabs";
const char kEnableSyncTabsForOtherClients[] =
"enable-sync-tabs-for-other-clients";
-// Enable syncing app notifications.
-const char kEnableSyncAppNotifications[] = "enable-sync-app-notifications";
-
// Enables context menu for selecting groups of tabs.
const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu";
« 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