| 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,
|
|
|