| Index: chrome/browser/chromeos/ui/mobile_config_ui.cc
 | 
| diff --git a/chrome/browser/chromeos/ui/mobile_config_ui.cc b/chrome/browser/chromeos/ui/mobile_config_ui.cc
 | 
| index 0d2736247b0993d27bed1a424db55d306ee3e254..a8a7a62d5bff35ffe4438d0c746ebc255338f7ed 100644
 | 
| --- a/chrome/browser/chromeos/ui/mobile_config_ui.cc
 | 
| +++ b/chrome/browser/chromeos/ui/mobile_config_ui.cc
 | 
| @@ -34,8 +34,7 @@ bool DisplayConfigDialog() {
 | 
|    }
 | 
|    // The mobile device will be managed by the primary user.
 | 
|    chrome::ScopedTabbedBrowserDisplayer displayer(
 | 
| -      ProfileManager::GetPrimaryUserProfile(),
 | 
| -      chrome::HOST_DESKTOP_TYPE_ASH);
 | 
| +      ProfileManager::GetPrimaryUserProfile());
 | 
|    chrome::ShowSingletonTab(displayer.browser(), GURL(setup_url));
 | 
|    return true;
 | 
|  }
 | 
| 
 |