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

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 1156473002: Refactor FrameLoader loading interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed comments 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: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index c71022e0148802d8dc2aa6f3e76d87117768ebbf..c8c1d425a52bbc3bf2d0eee63d90f765813bbaa8 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -235,6 +235,11 @@ public:
virtual void setDevToolsAgentClient(WebDevToolsAgentClient*) override;
virtual WebDevToolsAgent* devToolsAgent() override;
virtual void sendPings(const WebNode& linkNode, const WebURL& destinationURL) override;
+ virtual WebURLRequest requestFromHistoryItem(const WebHistoryItem&, WebURLRequest::CachePolicy)
+ const override;
+ virtual WebURLRequest requestForReload(WebFrameLoadType, const WebURL&) const override;
+ virtual void load(const WebURLRequest&, WebFrameLoadType, const WebHistoryItem&,
+ WebHistoryLoadType) override;
virtual bool isLoading() const override;
virtual bool isResourceLoadInProgress() const override;
virtual void setCommittedFirstRealLoad() override;

Powered by Google App Engine
This is Rietveld 408576698