| Index: third_party/WebKit/public/web/WebFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
|
| index 2dae4eff4881bd5d08397a6fd843ac83d13d438e..961c27320a3ab03b78161cd00728cb3665521aa4 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -154,6 +154,9 @@ class WebFrame {
|
| // The frame's insecure request policy.
|
| BLINK_EXPORT WebInsecureRequestPolicy getInsecureRequestPolicy() const;
|
|
|
| + // The frame's upgrade insecure navigations set.
|
| + BLINK_EXPORT std::vector<unsigned> getInsecureRequestToUpgrade() const;
|
| +
|
| // Updates this frame's FrameOwner properties, such as scrolling, margin,
|
| // or allowfullscreen. This is used when this frame's parent is in
|
| // another process and it dynamically updates these properties.
|
|
|