Index: chrome/browser/ui/webui/options/manage_profile_handler.cc |
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.cc b/chrome/browser/ui/webui/options/manage_profile_handler.cc |
index 30b15e2aad0a74414c838dc2d23841cc79b8faa8..d24ace2377b687cf1428d6353bd9356427a7417d 100644 |
--- a/chrome/browser/ui/webui/options/manage_profile_handler.cc |
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc |
@@ -423,8 +423,8 @@ void ManageProfileHandler::SwitchAppListProfile(const base::ListValue* args) { |
!base::GetValueAsFilePath(*file_path_value, &profile_file_path)) |
return; |
- AppListService* app_list_service = AppListService::Get( |
- options::helper::GetDesktopType(web_ui())); |
+ AppListService* app_list_service = |
+ AppListService::Get(chrome::HOST_DESKTOP_TYPE_NATIVE); |
app_list_service->SetProfilePath(profile_file_path); |
app_list_service->Show(); |