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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/extensions-useragent.html

Issue 2274233002: [Devtools] Fix reload behavior when devtools is open (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new methods Created 4 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: third_party/WebKit/LayoutTests/http/tests/inspector/extensions-useragent.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/extensions-useragent.html b/third_party/WebKit/LayoutTests/http/tests/inspector/extensions-useragent.html
index 8928679246aaa8537916d42f6fe9793b96d264c4..86c069005ef069c1093ef0bf65fded93a1cfda91 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/extensions-useragent.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/extensions-useragent.html
@@ -50,7 +50,7 @@ function extension_testUserAgent(nextTest)
}
webInspector.network.onRequestFinished.addListener(onRequestFinished);
- webInspector.inspectedWindow.reload("Mozilla/4.0 (compatible; WebInspector Extension User-Agent override; RSX-11M)");
+ webInspector.inspectedWindow.reload({ignoreCache: true, userAgent: "Mozilla/4.0 (compatible; WebInspector Extension User-Agent override; RSX-11M)"});
}
(function()

Powered by Google App Engine
This is Rietveld 408576698