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 7bf0587cabdc532832fcb056ab37f84c56bb718d..5bfe0ed2b1bcf408aa2db29c8c282692eeb483ab 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,11 @@ void AppListControllerDelegateAsh::LaunchApp( |
DismissView(); |
} |
+void AppListControllerDelegateAsh::ShowForProfileAtIndex(size_t index) { |
+ // Ash doesn't have profile switching. |
+ NOTREACHED(); |
+} |
+ |
bool AppListControllerDelegateAsh::ShouldShowUserIcon() { |
return false; |
} |