| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 1792729f575b57020da80edbb094d5438c5b9040..a5fc8103971665186ce8dc4d9f6001231e731847 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2107,6 +2107,9 @@ const char kAppListEnableMethod[] = "app_list.how_enabled";
|
| // The time that the app launcher was enabled. Cleared when UMA is recorded.
|
| const char kAppListEnableTime[] = "app_list.when_enabled";
|
|
|
| +// Keeps local state of app list while sync service is not available.
|
| +const char kAppListLocalState[] = "app_list.local_state";
|
| +
|
| #if defined(OS_MACOSX)
|
| // Integer representing the version of the app launcher shortcut installed on
|
| // the system. Incremented, e.g., when embedded icons change.
|
|
|