Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4822)

Unified Diff: chrome/browser/automation/testing_automation_provider.cc

Issue 10689149: Fix the pyauto test that I broke in r145946. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/functional/bookmarks.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/test/functional/bookmarks.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698