diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-07 05:16:02 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-07 05:16:02 +0000 |
commit | f5f3c7576ee8867b562afe4c7e91820eea853730 (patch) | |
tree | 1bc99a1790b9ad2d4e66a5683c5f245b495856bb /ash/ash_switches.h | |
parent | 9d9e7fa13a2adb5aa74eeff6e51651ff62205ab8 (diff) | |
download | chromium_src-f5f3c7576ee8867b562afe4c7e91820eea853730.zip chromium_src-f5f3c7576ee8867b562afe4c7e91820eea853730.tar.gz chromium_src-f5f3c7576ee8867b562afe4c7e91820eea853730.tar.bz2 |
Reland 140878 - 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;
- Fix broken ExtensionInstallUIBrowserTest.AppInstallConfirmation casued by
wrong destruction order introduced by r140878 moving app list container on top
of launcher container. Fix is to explicitly release app list contoller before
launcher container.
BUG=125964
TEST=Verify app list always show up as bubble and app_list_unittests should pass.
Review URL: https://chromiumcodereview.appspot.com/10533032
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10539038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140959 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 4edbd0d..14eb279 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -24,7 +24,6 @@ ASH_EXPORT extern const char kAuraGoogleDialogFrames[]; ASH_EXPORT extern const char kAuraLegacyPowerButton[]; ASH_EXPORT extern const char kAuraNoShadows[]; ASH_EXPORT extern const char kAuraPanelManager[]; -ASH_EXPORT extern const char kEnableAppListV2[]; } // namespace switches } // namespace ash |