| 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..e2a350a886e803dec491d7a91a8616652a956ef5 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;
|
| }
|
|
|