Index: chrome/test/automated_ui_tests/automated_ui_tests.cc |
=================================================================== |
--- chrome/test/automated_ui_tests/automated_ui_tests.cc (revision 11111) |
+++ chrome/test/automated_ui_tests/automated_ui_tests.cc (working copy) |
@@ -836,7 +836,8 @@ |
WindowProxy* AutomatedUITest::GetAndActivateWindowForBrowser( |
BrowserProxy* browser) { |
bool did_timeout; |
- if (!browser->BringToFrontWithTimeout(action_max_timeout_ms(), &did_timeout)) { |
+ if (!browser->BringToFrontWithTimeout(action_max_timeout_ms(), |
+ &did_timeout)) { |
AddWarningAttribute("failed_to_bring_window_to_front"); |
return NULL; |
} |