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 |