| 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 e25cd7bdd0b90f5e0fb447d1835cb408751d3ba4..9467d8066fc9a82012ea371962ee303849828c38 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrame.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrame.h
|
| @@ -63,7 +63,8 @@ class WebRemoteFrame : public WebFrame {
|
| // Resets replicated CSP headers to an empty set.
|
| virtual void resetReplicatedContentSecurityPolicy() const = 0;
|
|
|
| - // Set frame enforcement of insecure request policy replicated from another process.
|
| + // Set frame enforcement of insecure request policy replicated from another
|
| + // process.
|
| virtual void setReplicatedInsecureRequestPolicy(
|
| WebInsecureRequestPolicy) const = 0;
|
|
|
|
|