diff options
author | jennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 16:37:44 +0000 |
---|---|---|
committer | jennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 16:37:44 +0000 |
commit | 2d336469d903b11ecc2e0a3e3bad182a338e79aa (patch) | |
tree | 13abc550001f65fcad85aa0a95bd2df900439e67 /ui/app_list/app_list_constants.h | |
parent | d2d743972bef83f5241f02765aa0f3e3a50d43bd (diff) | |
download | chromium_src-2d336469d903b11ecc2e0a3e3bad182a338e79aa.zip chromium_src-2d336469d903b11ecc2e0a3e3bad182a338e79aa.tar.gz chromium_src-2d336469d903b11ecc2e0a3e3bad182a338e79aa.tar.bz2 |
Implement app list folder management page UI, including the following feature:
1. Clicking on a folder item in the app list grid will open the app list folder management page to show the folder name and items in the folder.
2. User can click on the back button on folder management page to navigate back to the app list page.
3. User can change the app list folder name on folder management page on linux_chromeos_asan.
The original cl has been reviewed:
https://codereview.chromium.org/27777002/
This one is patched from the original cl and fix the memory issue.
BUG=303224
R=xiyuan@chromium.org
TBR=oshima, stevenjb
Review URL: https://codereview.chromium.org/35683005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230439 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/app_list/app_list_constants.h')
-rw-r--r-- | ui/app_list/app_list_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app_list/app_list_constants.h b/ui/app_list/app_list_constants.h index 337fb67..217ebc7 100644 --- a/ui/app_list/app_list_constants.h +++ b/ui/app_list/app_list_constants.h @@ -35,6 +35,7 @@ APP_LIST_EXPORT extern const int kOverscrollPageTransitionDurationMs; APP_LIST_EXPORT extern const int kPreferredCols; APP_LIST_EXPORT extern const int kPreferredRows; +APP_LIST_EXPORT extern const int kPreferredIconDimension; APP_LIST_EXPORT extern const ui::ResourceBundle::FontStyle kItemTextFontStyle; |