| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 3fc48cec80a4fb2f3ce0e3577458c6f20c39c7fb..69e31c30fd3819448abdbd9472a7359a42ca042d 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2098,6 +2098,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.
|
|
|