| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 95a260879c458837bf40f4f5a76c31c8810f6f2a..e902d7d9f341c433147e08da6fa9197f05427c2b 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1407,6 +1407,15 @@ const Experiment kExperiments[] = {
|
| ENABLE_DISABLE_VALUE_TYPE(switches::kEnableSyncSyncedNotifications,
|
| switches::kDisableSyncSyncedNotifications)
|
| },
|
| +#if defined(ENABLE_APP_LIST)
|
| + {
|
| + "enable-sync-app-list",
|
| + IDS_FLAGS_ENABLE_SYNC_APP_LIST_NAME,
|
| + IDS_FLAGS_ENABLE_SYNC_APP_LIST_DESCRIPTION,
|
| + kOsDesktop,
|
| + SINGLE_VALUE_TYPE(switches::kEnableSyncAppList)
|
| + },
|
| +#endif
|
| {
|
| "disable-full-history-sync",
|
| IDS_FLAGS_FULL_HISTORY_SYNC_NAME,
|
|
|