summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/ui_test_utils.h
diff options
context:
space:
mode:
authorgbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-15 22:33:10 +0000
committergbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-15 22:33:10 +0000
commitdc65b35c0805d3fd4359f4ed81dae84e08a71253 (patch)
tree89aae375ca6de87edc11fb818fdec9dbcad26fed /chrome/test/base/ui_test_utils.h
parent943ae7fc7dbc5139e0d40c8b42c8959556f67c06 (diff)
downloadchromium_src-dc65b35c0805d3fd4359f4ed81dae84e08a71253.zip
chromium_src-dc65b35c0805d3fd4359f4ed81dae84e08a71253.tar.gz
chromium_src-dc65b35c0805d3fd4359f4ed81dae84e08a71253.tar.bz2
Remove WaitForNewTab -- replace usage with WindowedNotificationObserver.
R=phajdan.jr@chromium.org BUG=26948 Review URL: https://chromiumcodereview.appspot.com/11819039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176992 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/base/ui_test_utils.h')
-rw-r--r--chrome/test/base/ui_test_utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/base/ui_test_utils.h b/chrome/test/base/ui_test_utils.h
index e08ed7d..6bb7955 100644
--- a/chrome/test/base/ui_test_utils.h
+++ b/chrome/test/base/ui_test_utils.h
@@ -74,10 +74,6 @@ enum BrowserTestWaitFlags {
// Puts the current tab title in |title|. Returns true on success.
bool GetCurrentTabTitle(const Browser* browser, string16* title);
-// Waits for a new tab to be added to |browser|. TODO(gbillock): remove this
-// race hazard. Use WindowedNotificationObserver instead.
-void WaitForNewTab(Browser* browser);
-
// Opens |url| in an incognito browser window with the incognito profile of
// |profile|, blocking until the navigation finishes. This will create a new
// browser if a browser with the incognito profile does not exist. Returns the