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

Unified Diff: chrome/test/automation/automation_proxy.h

Issue 67139: Remove the usage of GetLastActiveBrowserWindow... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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
Index: chrome/test/automation/automation_proxy.h
===================================================================
--- chrome/test/automation/automation_proxy.h (revision 13620)
+++ chrome/test/automation/automation_proxy.h (working copy)
@@ -128,9 +128,10 @@
// Returns the BrowserProxy for the browser window which was last active,
// transferring ownership of the pointer to the caller.
- // If there was no last active browser window, or the last active browser
- // window no longer exists (for example, if it was closed), returns
- // GetBrowserWindow(0).
+ // TODO: If there was no last active browser window, or the last active
+ // browser window no longer exists (for example, if it was closed),
+ // returns GetBrowserWindow(0). See crbug.com/10501. As for now this
+ // function is flakey.
BrowserProxy* GetLastActiveBrowserWindow();
// Returns the WindowProxy for the currently active window, transferring

Powered by Google App Engine
This is Rietveld 408576698