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

Unified Diff: public/web/WebSecurityOrigin.h

Issue 520213002: Make SecurityContext available in RemoteFrames. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review feedback from Daniel, expose securityOrigin() from WebFrame 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
« public/web/WebFrame.h ('K') | « public/web/WebRemoteFrame.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSecurityOrigin.h
diff --git a/public/web/WebSecurityOrigin.h b/public/web/WebSecurityOrigin.h
index 0a3474df38ded9563655b7d678f2f108e73ef9ba..e1f728a126e911334c9e4f1d50aa6921fedeb2bf 100644
--- a/public/web/WebSecurityOrigin.h
+++ b/public/web/WebSecurityOrigin.h
@@ -58,6 +58,7 @@ public:
BLINK_EXPORT static WebSecurityOrigin createFromDatabaseIdentifier(const WebString& databaseIdentifier);
BLINK_EXPORT static WebSecurityOrigin createFromString(const WebString&);
+ BLINK_EXPORT static WebSecurityOrigin createUnique();
BLINK_EXPORT static WebSecurityOrigin create(const WebURL&);
BLINK_EXPORT void reset();
« public/web/WebFrame.h ('K') | « public/web/WebRemoteFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698