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

Unified Diff: sky/engine/web/WebCachedURLRequest.cpp

Issue 710383002: Remove preload support from the MemoryCache (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/engine/web/WebCachedURLRequest.cpp
diff --git a/sky/engine/web/WebCachedURLRequest.cpp b/sky/engine/web/WebCachedURLRequest.cpp
index 7fe4b4f5ba0829ce6d96a823b667a483df135a69..a9b1e491e6e87a3032ef1a2c78c581894b96f064 100644
--- a/sky/engine/web/WebCachedURLRequest.cpp
+++ b/sky/engine/web/WebCachedURLRequest.cpp
@@ -57,11 +57,6 @@ WebString WebCachedURLRequest::charset() const
return WebString(m_private->charset());
}
-bool WebCachedURLRequest::forPreload() const
-{
- return m_private->forPreload();
-}
-
WebString WebCachedURLRequest::initiatorName() const
{
return WebString(m_private->options().initiatorInfo.name);
« sky/engine/core/fetch/Resource.cpp ('K') | « sky/engine/public/web/WebCachedURLRequest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698