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

Unified Diff: Source/core/dom/RemoteSecurityContext.h

Issue 793493003: Prepare to replicate sandbox flags for OOPIF (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months 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/dom/RemoteSecurityContext.h
diff --git a/Source/core/dom/RemoteSecurityContext.h b/Source/core/dom/RemoteSecurityContext.h
index b631750b570168a95f24c93f7a2cf0254988dec1..9f5723426e64bf4a14ea029e9fe857d5392bdfc3 100644
--- a/Source/core/dom/RemoteSecurityContext.h
+++ b/Source/core/dom/RemoteSecurityContext.h
@@ -14,6 +14,9 @@ public:
static PassRefPtr<RemoteSecurityContext> create();
void setReplicatedOrigin(PassRefPtr<SecurityOrigin>);
+ // FIXME: implement
+ void didUpdateSecurityOrigin() override { }
+
private:
RemoteSecurityContext();
};

Powered by Google App Engine
This is Rietveld 408576698