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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.cc

Issue 1145463002: Plumb manifest fetching through WebTestDelegate interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: content/shell/renderer/layout_test/blink_test_runner.cc
diff --git a/content/shell/renderer/layout_test/blink_test_runner.cc b/content/shell/renderer/layout_test/blink_test_runner.cc
index 8857cf9f93b1e8c41fa1c6d7f48c685bebec55cc..06b6fee14e51009b6ce8e4b630e119f8a2e6c4e9 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.cc
+++ b/content/shell/renderer/layout_test/blink_test_runner.cc
@@ -604,6 +604,14 @@ std::string BlinkTestRunner::DumpHistoryForWindow(WebTestProxyBase* proxy) {
current_entry_indexes_[pos]);
}
+void BlinkTestRunner::FetchManifest(
+ blink::WebView* view,
+ const GURL& url,
+ const base::Callback<void(const blink::WebURLResponse& response,
+ const std::string& data)>& callback) {
+ ::content::FetchManifest(view, url, callback);
+}
+
void BlinkTestRunner::SetPermission(const std::string& name,
const std::string& value,
const GURL& origin,
« no previous file with comments | « content/shell/renderer/layout_test/blink_test_runner.h ('k') | content/shell/renderer/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698