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

Unified Diff: webkit/support/test_webkit_platform_support.cc

Issue 21043002: remove implementation of obsolete WebKitPlatformSupport::prefetchHostName. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 7 years, 5 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
« no previous file with comments | « webkit/support/test_webkit_platform_support.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/test_webkit_platform_support.cc
diff --git a/webkit/support/test_webkit_platform_support.cc b/webkit/support/test_webkit_platform_support.cc
index 8b3c5d2812f287490bef24025442d651a56fff56..9e34aae8932cf5f4d316412d411b13db8bda7851 100644
--- a/webkit/support/test_webkit_platform_support.cc
+++ b/webkit/support/test_webkit_platform_support.cc
@@ -192,9 +192,6 @@ TestWebKitPlatformSupport::createMessagePortChannel() {
return new TestWebMessagePortChannel();
}
-void TestWebKitPlatformSupport::prefetchHostName(const WebKit::WebString&) {
-}
-
WebKit::WebURLLoader* TestWebKitPlatformSupport::createURLLoader() {
return url_loader_factory_.CreateURLLoader(
webkit_glue::WebKitPlatformSupportImpl::createURLLoader());
« no previous file with comments | « webkit/support/test_webkit_platform_support.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698