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), |