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

Unified Diff: chrome/test/functional/content.py

Issue 10830193: Remove SWIGged use of BrowserProxy and TabProxy from PyAuto tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/functional/content.py
diff --git a/chrome/test/functional/content.py b/chrome/test/functional/content.py
index b56038e4b91806b698a3ed9f8aa92c5afde89a9b..bac5f25012223dd451886ad1bd32233b7f40c8bb 100755
--- a/chrome/test/functional/content.py
+++ b/chrome/test/functional/content.py
@@ -58,7 +58,7 @@ class ContentTest(pyauto.PyUITest):
self.NavigateToURL(self._DataDirURL('title1.html'))
for (window_index, url) in ((1, 'title2.html'), (2, 'title3.html')):
self.OpenNewBrowserWindow(True)
- self.GetBrowserWindow(window_index).BringToFront()
+ self.BringBrowserToFront(window_index)
self.NavigateToURL(self._DataDirURL(url), window_index, 0)
test_utils.StringContentCheck(self, self.GetTabContents(0, 0),

Powered by Google App Engine
This is Rietveld 408576698