Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Unified Diff: third_party/WebKit/Source/core/frame/RemoteDOMWindow.h

Issue 2372563002: Adding Embedding-CSP HTTP header (Closed)
Patch Set: Check for ascii and add console error message Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
diff --git a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
index 82c474b9cbe005412a9b97eaf4483f503bb62bdf..b53dbd0b446425ba7f752cf01c09dff237272231 100644
--- a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
+++ b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
@@ -43,6 +43,8 @@ public:
double scrollY() const override;
const AtomicString& name() const override;
void setName(const AtomicString&) override;
+ AtomicString requiredCSP() const override;
+ void setRequiredCSP(const AtomicString&) override;
String status() const override;
void setStatus(const String&) override;
String defaultStatus() const override;

Powered by Google App Engine
This is Rietveld 408576698