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

Unified Diff: chrome/browser/about_flags.cc

Issue 187813006: Enable App List Sync by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 f11a2c4e7db93665bbb9207f5aaa53e620109901..eaa51cdbde192976ab413c5ddedeaa83a40c8376 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1311,10 +1311,10 @@ const Experiment kExperiments[] = {
#if defined(ENABLE_APP_LIST)
{
"enable-sync-app-list",
tapted 2014/03/05 22:33:38 Pretty sure this needs to change too. The comment
jennyz 2014/03/05 22:39:20 +1
stevenjb 2014/03/05 23:20:00 DOh. Thanks, you're right. Done.
- IDS_FLAGS_ENABLE_SYNC_APP_LIST_NAME,
- IDS_FLAGS_ENABLE_SYNC_APP_LIST_DESCRIPTION,
+ IDS_FLAGS_DISABLE_SYNC_APP_LIST_NAME,
+ IDS_FLAGS_DISABLE_SYNC_APP_LIST_DESCRIPTION,
kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kEnableSyncAppList)
+ SINGLE_VALUE_TYPE(switches::kDisableSyncAppList)
},
#endif
{

Powered by Google App Engine
This is Rietveld 408576698