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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.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: chrome/browser/ui/ash/app_list/app_list_controller_ash.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
index 8df10a06ad07788dc41913d0903130220b82507b..6afc3f0ff9f2e28f4756e4fa9b3c61c59f098de6 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
@@ -31,6 +31,7 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate {
const extensions::Extension* extension,
int event_flags) OVERRIDE;
virtual bool ShouldShowUserIcon() OVERRIDE;
+ virtual void ShowAppsGrid() OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(AppListControllerDelegateAsh);
};

Powered by Google App Engine
This is Rietveld 408576698