| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 1dc6db0c55a1484893ac757bf9cc31df04034942..81d50615f3fac1188ffa96d54f427faea3c9ca34 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -215,6 +215,9 @@ class BLINK_EXPORT WebFrameClient {
|
| // This frame has set an insecure request policy.
|
| virtual void didEnforceInsecureRequestPolicy(WebInsecureRequestPolicy) {}
|
|
|
| + // This frame has set an upgrade insecure navigations set.
|
| + virtual void didEnforceInsecureNavigationsSet(const std::vector<unsigned>&) {}
|
| +
|
| // This frame has been updated to a unique origin, which should be
|
| // considered potentially trustworthy if
|
| // |isPotentiallyTrustworthyUniqueOrigin| is true. TODO(estark):
|
|
|