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

Unified Diff: third_party/WebKit/Source/core/frame/DOMWindow.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/DOMWindow.h
diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h
index e1cda10ecd43d16868e5bc481db589925399b58d..1d770633d17e07034eeb4325637f9673cf14af9a 100644
--- a/third_party/WebKit/Source/core/frame/DOMWindow.h
+++ b/third_party/WebKit/Source/core/frame/DOMWindow.h
@@ -104,6 +104,9 @@ public:
virtual const AtomicString& name() const = 0;
virtual void setName(const AtomicString&) = 0;
+ virtual AtomicString requiredCSP() const = 0;
+ virtual void setRequiredCSP(const AtomicString&) = 0;
+
virtual String status() const = 0;
virtual void setStatus(const String&) = 0;
virtual String defaultStatus() const = 0;

Powered by Google App Engine
This is Rietveld 408576698