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

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

Issue 21592003: app_list: Show apps grid after installing from cws result. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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_main_view.h
diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h
index 0fd7761a84aa87f7b8aaf63322b3470e6361fc24..78c4f1fbd85ee85a8ab11e16a285b3cdefc0b739 100644
--- a/ui/app_list/views/app_list_main_view.h
+++ b/ui/app_list/views/app_list_main_view.h
@@ -5,6 +5,8 @@
#ifndef UI_APP_LIST_VIEWS_APP_LIST_MAIN_VIEW_H_
#define UI_APP_LIST_VIEWS_APP_LIST_MAIN_VIEW_H_
+#include <string>
+
#include "base/memory/scoped_vector.h"
#include "base/timer/timer.h"
#include "ui/app_list/apps_grid_view_delegate.h"
@@ -53,6 +55,9 @@ class AppListMainView : public views::View,
void SetDragAndDropHostOfCurrentAppList(
ApplicationDragAndDropHost* drag_and_drop_host);
+ // Shows the apps grid regardless of whether there is a query.
+ void ShowAppsGrid();
+
private:
class IconLoader;

Powered by Google App Engine
This is Rietveld 408576698