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

Unified Diff: public/web/WebFrame.h

Issue 520213002: Make SecurityContext available in RemoteFrames. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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
« no previous file with comments | « Source/web/WebRemoteFrameImpl.cpp ('k') | public/web/WebRemoteFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index acc69812613a8732294a49153c8422edd3f983d6..9a49439a8f5f0c893e77c78aa9c3351f6aa84388 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -155,6 +155,9 @@ public:
virtual void setPermissionClient(WebPermissionClient*) = 0;
virtual void setSharedWorkerRepositoryClient(WebSharedWorkerRepositoryClient*) = 0;
+ // The security origin of this frame.
+ BLINK_EXPORT WebSecurityOrigin securityOrigin() const;
+
// Geometry -----------------------------------------------------------
// NOTE: These routines do not force page layout so their results may
« no previous file with comments | « Source/web/WebRemoteFrameImpl.cpp ('k') | public/web/WebRemoteFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698