Chromium Code Reviews| 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..641abcdd68a9ea5ca46930830601f49c59e2f604 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 |
| @@ -9,6 +9,10 @@ |
| #include "base/compiler_specific.h" |
| #include "chrome/browser/ui/app_list/app_list_controller_delegate.h" |
| +namespace base { |
| +class FilePath; |
|
xiyuan
2013/09/11 05:01:49
nit: not needed since it is used in inherited AppL
calamity
2013/09/13 18:02:35
Done.
|
| +} |
| + |
| class AppListControllerDelegateAsh : public AppListControllerDelegate { |
| public: |
| AppListControllerDelegateAsh(); |
| @@ -30,6 +34,8 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate { |
| virtual void LaunchApp(Profile* profile, |
| const extensions::Extension* extension, |
| int event_flags) OVERRIDE; |
| + virtual void ShowForProfileByPath( |
| + const base::FilePath& profile_path) OVERRIDE; |
| virtual bool ShouldShowUserIcon() OVERRIDE; |
| DISALLOW_COPY_AND_ASSIGN(AppListControllerDelegateAsh); |