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

Unified Diff: chrome/browser/ui/app_list/app_list_syncable_service.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/ui/app_list/app_list_syncable_service.cc
diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.cc b/chrome/browser/ui/app_list/app_list_syncable_service.cc
index a9eb72c170c316482e96e401d3e8e3ba45af5ed4..f931e10dba3898e778b3b2b4c0afea1355804786 100644
--- a/chrome/browser/ui/app_list/app_list_syncable_service.cc
+++ b/chrome/browser/ui/app_list/app_list_syncable_service.cc
@@ -33,8 +33,8 @@ namespace app_list {
namespace {
bool SyncAppListEnabled() {
- return CommandLine::ForCurrentProcess()->HasSwitch(
- ::switches::kEnableSyncAppList);
+ return !CommandLine::ForCurrentProcess()->HasSwitch(
+ ::switches::kDisableSyncAppList);
}
void UpdateSyncItemFromSync(const sync_pb::AppListSpecifics& specifics,

Powered by Google App Engine
This is Rietveld 408576698