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

Unified Diff: chrome/browser/extensions/extension_browsertests_misc.cc

Issue 196015: Try again to fix bug 20968, this time not breaking browser (Closed)
Patch Set: Created 11 years, 3 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/browser/extensions/extension_browsertests_misc.cc
diff --git a/chrome/browser/extensions/extension_browsertests_misc.cc b/chrome/browser/extensions/extension_browsertests_misc.cc
index 1cf871a0fa83f7a7acf695efce7a21d4f8cb0eea..4ddfd836663b2f845a81757034096b965f11b1a1 100644
--- a/chrome/browser/extensions/extension_browsertests_misc.cc
+++ b/chrome/browser/extensions/extension_browsertests_misc.cc
@@ -238,7 +238,8 @@ GURL GetFeedUrl(const std::string& feed_page) {
return GURL(net::FilePathToFileURL(subscribe).spec() +
std::string("?") +
- net::FilePathToFileURL(feed_dir).spec());
+ net::FilePathToFileURL(feed_dir).spec() +
+ "&synchronous"); // synchronous XHR for easier testing.
}
static const wchar_t* jscript_feed_title =

Powered by Google App Engine
This is Rietveld 408576698