summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/pref_names.cc4
-rw-r--r--chrome/common/pref_names.h2
2 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 3598c92..2cb24e5 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1618,10 +1618,6 @@ 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";
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 4babefb..9a80028 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -569,8 +569,6 @@ extern const char kExtensionInstallDenyList[];
extern const char kExtensionInstallForceList[];
extern const char kExtensionStorageGarbageCollect[];
-extern const char kAppLauncherIsEnabled[];
-
extern const char kNtpTipsResourceServer[];
extern const char kNtpCollapsedForeignSessions[];