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

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

Issue 799923006: Make canNavigate() OOPI-friendly (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Null-check in History.cpp 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
« no previous file with comments | « Source/core/dom/ExecutionContext.cpp ('k') | Source/core/dom/SecurityContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
};
« no previous file with comments | « Source/core/dom/ExecutionContext.cpp ('k') | Source/core/dom/SecurityContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698