Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/ExecutionContext.h |
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.h b/third_party/WebKit/Source/core/dom/ExecutionContext.h |
| index 49b7e8f3d45a3c7cae986a649035245dcda88248..c1729ae6574993f886d636c5939c0c8d230e55e1 100644 |
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h |
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h |
| @@ -156,6 +156,7 @@ public: |
| // Decides whether this context is privileged, as described in |
| // https://w3c.github.io/webappsec/specs/powerfulfeatures/#settings-privileged. |
| virtual bool isSecureContext(String& errorMessage, const SecureContextCheck = StandardSecureContextCheck) const = 0; |
| + virtual bool isSecureContext(const SecureContextCheck = StandardSecureContextCheck) const = 0; |
|
estark
2015/12/09 01:46:20
Could you instead provide the implementation in Ex
|
| virtual void setReferrerPolicy(ReferrerPolicy); |
| ReferrerPolicy referrerPolicy() const { return m_referrerPolicy; } |