summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-12 20:53:24 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-12 20:53:24 +0000
commit62e366e84791c5ab98ad19e5508918551d00b234 (patch)
tree66ce7c3c66931766ddd15aa8532da681ea4bf5e6 /chrome/browser/extensions
parent502415277b63821cc18422e177b73de41985bec6 (diff)
downloadchromium_src-62e366e84791c5ab98ad19e5508918551d00b234.zip
chromium_src-62e366e84791c5ab98ad19e5508918551d00b234.tar.gz
chromium_src-62e366e84791c5ab98ad19e5508918551d00b234.tar.bz2
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
Diffstat (limited to 'chrome/browser/extensions')
-rw-r--r--chrome/browser/extensions/extension_browsertests_misc.cc10
1 files changed, 1 insertions, 9 deletions
diff --git a/chrome/browser/extensions/extension_browsertests_misc.cc b/chrome/browser/extensions/extension_browsertests_misc.cc
index 112f3d1..dd353b0 100644
--- a/chrome/browser/extensions/extension_browsertests_misc.cc
+++ b/chrome/browser/extensions/extension_browsertests_misc.cc
@@ -412,15 +412,7 @@ void NavigateToFeedAndValidate(HTTPTestServer* server,
const std::string& expected_item_desc,
const std::string& expected_error) {
if (sniff_xml_type) {
- // Navigate to the feed will cause the extension to sniff the type and
- // create an extra tab showing the feed preview.
- ui_test_utils::NavigateToURL(browser, GetFeedUrl(server, url, false, ""));
-
- // Validate that we have a new tab.
- TabStripModel* tab_strip = browser->tabstrip_model();
- if (tab_strip->count() == 1)
- ui_test_utils::WaitForTabParented();
- ASSERT_EQ(2, tab_strip->count());
+ // TODO(finnur): Implement this is a non-flaky way.
}
// There should be only one extension in the list (ours). Get its id.