| Index: chrome/browser/automation/testing_automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider.cc (revision 202001)
|
| +++ chrome/browser/automation/testing_automation_provider.cc (working copy)
|
| @@ -1087,8 +1087,7 @@
|
| ProfileManager* profile_manager = g_browser_process->profile_manager();
|
| new BrowserOpenedWithNewProfileNotificationObserver(this, reply_message);
|
| profile_manager->CreateMultiProfileAsync(
|
| - string16(), string16(), ProfileManager::CreateCallback(),
|
| - chrome::HOST_DESKTOP_TYPE_NATIVE, false);
|
| + string16(), string16(), ProfileManager::CreateCallback(), false);
|
| }
|
|
|
| // Sample json input: { "command": "GetMultiProfileInfo" }
|
|
|