summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authorbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-12 06:15:10 +0000
committerbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-12 06:15:10 +0000
commitdc63aab9a03d091b4c88a0967d19f52a61212e16 (patch)
tree41ddfc74523057a226abca2ddfd52e83a00e75ae /chrome/common/pref_names.cc
parentb1c20f53f919d5d14694562b659d0957fcd30997 (diff)
downloadchromium_src-dc63aab9a03d091b4c88a0967d19f52a61212e16.zip
chromium_src-dc63aab9a03d091b4c88a0967d19f52a61212e16.tar.gz
chromium_src-dc63aab9a03d091b4c88a0967d19f52a61212e16.tar.bz2
Move app_launcher.* out of chrome/browser/extensions and into apps/
This change also moves some UI code from chrome/browser/extensions into /chrome/browser/ui/, and cleans up the app_launcher.* code. BUG=159366 Review URL: https://chromiumcodereview.appspot.com/12095052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc4
1 files changed, 0 insertions, 4 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";