| Index: chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc
 | 
| diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc b/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc
 | 
| index 1c3864994f48715c41c8c1c6b1cbad89e05fe431..c84f4d5f026b8a6d3849b579aa636e6e01ef46b2 100644
 | 
| --- a/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc
 | 
| +++ b/chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc
 | 
| @@ -84,7 +84,7 @@ void AppListControllerDelegateImpl::CreateNewWindow(Profile* profile,
 | 
|                                                     bool incognito) {
 | 
|    Profile* window_profile = incognito ?
 | 
|        profile->GetOffTheRecordProfile() : profile;
 | 
| -  chrome::NewEmptyWindow(window_profile, chrome::HOST_DESKTOP_TYPE_NATIVE);
 | 
| +  chrome::NewEmptyWindow(window_profile);
 | 
|  }
 | 
|  
 | 
|  void AppListControllerDelegateImpl::OpenURL(Profile* profile,
 | 
| 
 |