Index: public/web/WebRemoteFrame.h |
diff --git a/public/web/WebRemoteFrame.h b/public/web/WebRemoteFrame.h |
index 43e3ddf9158ac043ad572b387674f62f317a75dc..9f25e696c5cc0ad85898288194e17423d3f73f0c 100644 |
--- a/public/web/WebRemoteFrame.h |
+++ b/public/web/WebRemoteFrame.h |
@@ -19,6 +19,9 @@ public: |
// Transfer initial drawing parameters from a local frame. |
virtual void initializeFromFrame(WebLocalFrame*) const = 0; |
+ |
+ // Set security origin replicated from another process |
+ virtual void setReplicatedOrigin(const WebURL&, bool is_unique) const = 0; |
}; |
} // namespace blink |