summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/testing_automation_provider.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider.cc')
-rw-r--r--chrome/browser/automation/testing_automation_provider.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
index cadf203..57a3d73 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -1220,13 +1220,13 @@ void TestingAutomationProvider::OpenProfileWindow(
"Invalid or missing arg: 'num_loads'");
return;
}
- new BrowserOpenedWithExistingProfileNotificationObserver(
- this, reply_message, num_loads);
- ProfileManager::FindOrCreateNewWindowForProfile(
- profile,
- chrome::startup::IS_NOT_PROCESS_STARTUP,
- chrome::startup::IS_NOT_FIRST_RUN,
- 0);
+ new BrowserOpenedWithExistingProfileNotificationObserver(
+ this, reply_message, num_loads);
+ ProfileManager::FindOrCreateNewWindowForProfile(
+ profile,
+ chrome::startup::IS_NOT_PROCESS_STARTUP,
+ chrome::startup::IS_NOT_FIRST_RUN,
+ 0);
}
void TestingAutomationProvider::GetWindowForBrowser(int browser_handle,