Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1301)

Unified Diff: ash/app_list/app_list_model_view.h

Issue 9677065: ash: Update app list UI to match latest crwm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/app_list/app_list_item_view.cc ('k') | ash/app_list/app_list_model_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/app_list/app_list_model_view.h
diff --git a/ash/app_list/app_list_model_view.h b/ash/app_list/app_list_model_view.h
index af856f4c7fa93fa41954a729dc72242f55e80dff..a5273f3083bc7e13b2d88e8a7ac904b796fb579b 100644
--- a/ash/app_list/app_list_model_view.h
+++ b/ash/app_list/app_list_model_view.h
@@ -37,7 +37,6 @@ class AppListModelView : public views::View,
AppListItemView* GetItemViewAtIndex(int index);
void SetSelectedItemByIndex(int index);
- int SetTileIconSizeAndGetMaxWidth(int icon_dimension);
// Overridden from views::View:
virtual void Layout() OVERRIDE;
@@ -54,7 +53,7 @@ class AppListModelView : public views::View,
views::ButtonListener* listener_;
int selected_item_index_;
- int items_per_col_;
+ int items_per_row_;
DISALLOW_COPY_AND_ASSIGN(AppListModelView);
};
« no previous file with comments | « ash/app_list/app_list_item_view.cc ('k') | ash/app_list/app_list_model_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698