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..9a52b48edd8b5a54d3f4540da7d1f23cacef5104 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 |
@@ -30,6 +30,7 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate { |
virtual void LaunchApp(Profile* profile, |
const extensions::Extension* extension, |
int event_flags) OVERRIDE; |
+ virtual void ShowForProfileAtIndex(size_t index) OVERRIDE; |
koz (OOO until 15th September)
2013/08/02 01:51:16
This needs to be changed to SetProfileByPath().
calamity
2013/08/02 09:59:54
Done.
|
virtual bool ShouldShowUserIcon() OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(AppListControllerDelegateAsh); |