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

Unified Diff: Source/core/frame/LocalFrame.h

Issue 1156473002: Refactor FrameLoader loading interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed Nate's comments Created 5 years, 6 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/core/frame/LocalFrame.h
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
index a3bf6a1b8ec1b978464709c2b7efb987568fddae..bd768e20a928a8c28ee312c32c099b21d7db0abd 100644
--- a/Source/core/frame/LocalFrame.h
+++ b/Source/core/frame/LocalFrame.h
@@ -87,7 +87,7 @@ namespace blink {
virtual DOMWindow* domWindow() const override;
WindowProxy* windowProxy(DOMWrapperWorld&) override;
virtual void navigate(Document& originDocument, const KURL&, bool lockBackForwardList, UserGestureStatus) override;
- virtual void reload(ReloadPolicy, ClientRedirectPolicy) override;
+ virtual void reload(FrameLoadType, ClientRedirectPolicy) override;
virtual void detach() override;
virtual void disconnectOwnerElement() override;
virtual SecurityContext* securityContext() const override;

Powered by Google App Engine
This is Rietveld 408576698