| Index: chrome/common/pref_names.cc | 
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc | 
| index 9b6307e9359ae8625102f5953e4ffb244992c7a4..0f4feaff7ebbf7115314c12748d56d57cf9a24c9 100644 | 
| --- a/chrome/common/pref_names.cc | 
| +++ b/chrome/common/pref_names.cc | 
| @@ -1580,6 +1580,10 @@ const char kExtensionInstallForceList[] = "extensions.install.forcelist"; | 
| const char kExtensionStorageGarbageCollect[] = | 
| "extensions.storage.garbagecollect"; | 
|  | 
| +// Local state caching knowledge of whether the app launcher is installed. | 
| +const char kAppLauncherIsEnabled[] = | 
| +    "extensions.app_launcher.should_show_apps_page"; | 
| + | 
| // Keeps track of which sessions are collapsed in the Other Devices menu. | 
| const char kNtpCollapsedForeignSessions[] = "ntp.collapsed_foreign_sessions"; | 
|  | 
|  |