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

Unified Diff: ui/app_list/views/app_list_view.h

Issue 27777002: Implement app list folder management page UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits. Created 7 years, 2 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
Index: ui/app_list/views/app_list_view.h
diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
index 38564949307fe754223c0a803fc84df40be80787..9f95482fe2796ffff0db56216b21135bc74b7621 100644
--- a/ui/app_list/views/app_list_view.h
+++ b/ui/app_list/views/app_list_view.h
@@ -104,6 +104,7 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
#endif
AppListModel* model() { return model_.get(); }
+ AppListMainView* app_list_main_view() { return app_list_main_view_; }
private:
void InitAsBubbleInternal(gfx::NativeView parent,

Powered by Google App Engine
This is Rietveld 408576698