From 62e366e84791c5ab98ad19e5508918551d00b234 Mon Sep 17 00:00:00 2001 From: "finnur@chromium.org" Date: Fri, 12 Mar 2010 20:53:24 +0000 Subject: Remove the feed sniffing testing part of the RSS extension. I suspect it is the cause of the flakiness. BUG=37109 TEST=Watch the bots to see if it is still flaky. Review URL: http://codereview.chromium.org/870008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41478 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/ui_test_utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/test/ui_test_utils.h') diff --git a/chrome/test/ui_test_utils.h b/chrome/test/ui_test_utils.h index e466610..e164c34 100644 --- a/chrome/test/ui_test_utils.h +++ b/chrome/test/ui_test_utils.h @@ -65,9 +65,6 @@ void WaitForNavigations(NavigationController* controller, // Waits for a new tab to be added to |browser|. void WaitForNewTab(Browser* browser); -// Waits for a tab to be parented. -void WaitForTabParented(); - // Waits for a |browser_action| to be updated. void WaitForBrowserActionUpdated(ExtensionAction* browser_action); -- cgit v1.1