| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| index 04c1ea594fc753cf83a6e75abacdccb2184950c0..8ff84fb1a5cdf057ad384a9fb61b3c7b6606fee2 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -209,6 +209,9 @@ public:
|
|
|
| void acceptLanguagesChanged();
|
|
|
| + void setRequiredCSP(const AtomicString&) override;
|
| + AtomicString requiredCSP() const override;
|
| +
|
| FloatSize getViewportSize(IncludeScrollbarsInRect) const;
|
|
|
| protected:
|
| @@ -257,6 +260,7 @@ private:
|
|
|
| String m_status;
|
| String m_defaultStatus;
|
| + AtomicString m_requiredCSP;
|
|
|
| mutable Member<ApplicationCache> m_applicationCache;
|
|
|
|
|