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

Unified Diff: sky/engine/public/web/WebCachedURLRequest.h

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/public/web/WebCachedURLRequest.h
diff --git a/sky/engine/public/web/WebCachedURLRequest.h b/sky/engine/public/web/WebCachedURLRequest.h
index 89cb482901addf08eb4285a50b05fdbd67cdd442..949f9a7991602d4f45dbc81584ec2bf61e72a1e5 100644
--- a/sky/engine/public/web/WebCachedURLRequest.h
+++ b/sky/engine/public/web/WebCachedURLRequest.h
@@ -49,7 +49,6 @@ public:
BLINK_EXPORT const WebURLRequest& urlRequest() const;
BLINK_EXPORT WebString charset() const;
- BLINK_EXPORT bool forPreload() const;
BLINK_EXPORT WebString initiatorName() const;
#if BLINK_IMPLEMENTATION

Powered by Google App Engine
This is Rietveld 408576698