Index: chrome/browser/automation/testing_automation_provider.cc |
=================================================================== |
--- chrome/browser/automation/testing_automation_provider.cc (revision 145960) |
+++ chrome/browser/automation/testing_automation_provider.cc (working copy) |
@@ -1220,13 +1220,13 @@ |
"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, |