Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
index 0beb95fcaf646aaada62c58961e43bc5d0029640..048ccc7e50036c7925e26127163428cfa05a634b 100644 |
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
@@ -66,6 +66,12 @@ void AppListControllerDelegateAsh::LaunchApp( |
DismissView(); |
} |
+void AppListControllerDelegateAsh::ShowForProfileByPath( |
+ const base::FilePath& profile_path) { |
+ // Ash doesn't have profile switching. |
+ NOTREACHED(); |
+} |
+ |
bool AppListControllerDelegateAsh::ShouldShowUserIcon() { |
return false; |
} |