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

Unified Diff: Source/web/WebRemoteFrameImpl.h

Issue 520213002: Make SecurityContext available in RemoteFrames. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: More feedback from Daniel 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: Source/web/WebRemoteFrameImpl.h
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
index 5d222291eb560835376f87013eddfa54a176a8b0..beab331e8746592f7bc815b64b79eb9a4076c132 100644
--- a/Source/web/WebRemoteFrameImpl.h
+++ b/Source/web/WebRemoteFrameImpl.h
@@ -199,6 +199,9 @@ public:
virtual void initializeFromFrame(WebLocalFrame*) const override;
+ virtual WebSecurityOrigin securityOrigin() const override;
+ virtual void setReplicatedOrigin(const WebSecurityOrigin&) const override;
+
#if ENABLE(OILPAN)
void trace(Visitor*);
#endif

Powered by Google App Engine
This is Rietveld 408576698