| Index: third_party/WebKit/public/web/WebRemoteFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebRemoteFrame.h b/third_party/WebKit/public/web/WebRemoteFrame.h
|
| index 28f973ff88ca771c5c7f58e40980f931b4f7d2e3..c50bc1803be5c657fb9bf8e2c26ed4b6171ec4f5 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrame.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrame.h
|
| @@ -75,6 +75,8 @@ class WebRemoteFrame : public WebFrame {
|
| // process.
|
| virtual void setReplicatedInsecureRequestPolicy(
|
| WebInsecureRequestPolicy) const = 0;
|
| + virtual void setReplicatedInsecureNavigationsSet(
|
| + const std::vector<unsigned>&) const = 0;
|
|
|
| // Set the frame to a unique origin that is potentially trustworthy,
|
| // replicated from another process.
|
|
|