diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-07 21:43:37 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-07 21:43:37 +0000 |
commit | 53520b1be02b63bee20fd48b000cd9a7850f9e6e (patch) | |
tree | 83b1616fa1710401a2b08438c3381666a3b0ee9a /ash/ash_switches.cc | |
parent | f08e0c7847e42b5560386a80ae9b9729b1d497c3 (diff) | |
download | chromium_src-53520b1be02b63bee20fd48b000cd9a7850f9e6e.zip chromium_src-53520b1be02b63bee20fd48b000cd9a7850f9e6e.tar.gz chromium_src-53520b1be02b63bee20fd48b000cd9a7850f9e6e.tar.bz2 |
ash: First pass of Applist v2.
- Add an "enable-applist-v2" command line switch and an about flag to trigger v2;
- Add paging support to AppListModelView;
- Add page switcher buttons for v2 UI;
- Add AppListBubbleBorder to paint bubble for v2 UI;
BUG=125964, 125044
TEST=Issue 125964 is not ready for test yet. For issue 125044, user can now gets overflown apps via keyboard.
Review URL: https://chromiumcodereview.appspot.com/10381018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135729 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 340d8f6..8c1f5a5 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -28,5 +28,8 @@ const char kAuraWindowAnimationsDisabled[] = "aura-window-animations-disabled"; // 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 |