summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-06 23:17:44 +0000
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-06 23:17:44 +0000
commit1672d9edc9bdc60abdd4c9a7ff942973f4f7941f (patch)
tree0c9eaf8c12a7e530377dc05290efe92ce078e9de /ash/ash_switches.cc
parent782388a4268cd2543ed6f88a01100fc00f2b0293 (diff)
downloadchromium_src-1672d9edc9bdc60abdd4c9a7ff942973f4f7941f.zip
chromium_src-1672d9edc9bdc60abdd4c9a7ff942973f4f7941f.tar.gz
chromium_src-1672d9edc9bdc60abdd4c9a7ff942973f4f7941f.tar.bz2
cleanup: Remove applist v1 code.
- Remove obsolete v1 code and test; - Grid rid of selected_ in AppListItemModel and solely use selected_item_index_ in AppsGridView; - Fix a bug that highlighted item might not be visible and add test to cover it; - Update DEPS; BUG=125964 TEST=Verify app list always show up as bubble and app_list_unittests should pass. Review URL: https://chromiumcodereview.appspot.com/10533032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140878 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 9626f03..e83b02c 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -34,8 +34,5 @@ const char kAuraNoShadows[] = "aura-no-shadows";
// Use Aura to manage windows of type WINDOW_TYPE_PANEL.
const char kAuraPanelManager[] = "aura-panels";
-// Enables applist v2.
-const char kEnableAppListV2[] = "enable-applist-v2";
-
} // namespace switches
} // namespace ash