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

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

Issue 520213002: Make SecurityContext available in RemoteFrames. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/core/frame/LocalFrame.h
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
index b3dc2904b1ac5b6ed14c9e569cb4d604124ed9b7..6a890e831e1755069739feed593b3a40e2364001 100644
--- a/Source/core/frame/LocalFrame.h
+++ b/Source/core/frame/LocalFrame.h
@@ -85,6 +85,8 @@ namespace blink {
virtual void detach() override;
virtual void disconnectOwnerElement() override;
+ virtual SecurityContext* securityContext() const override;
dcheng 2014/11/12 21:55:50 Nit: group this into the Frame overrides: section
alexmos 2014/11/18 18:35:17 Done.
+
void addDestructionObserver(FrameDestructionObserver*);
void removeDestructionObserver(FrameDestructionObserver*);

Powered by Google App Engine
This is Rietveld 408576698