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

Unified Diff: third_party/WebKit/Source/core/dom/SecurityContext.h

Issue 2838153002: Make most of CSP code work with non-Document ExecutionContext (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/SecurityContext.h
diff --git a/third_party/WebKit/Source/core/dom/SecurityContext.h b/third_party/WebKit/Source/core/dom/SecurityContext.h
index 30d944666f30bf2bf53b4e805a99445491d63c24..00c5513a0290661b0cd2edc148d9dfad159442f2 100644
--- a/third_party/WebKit/Source/core/dom/SecurityContext.h
+++ b/third_party/WebKit/Source/core/dom/SecurityContext.h
@@ -98,14 +98,14 @@ class CORE_EXPORT SecurityContext : public GarbageCollectedMixin {
const WebFeaturePolicy* parent_feature_policy);
void UpdateFeaturePolicyOrigin();
+ void ApplySandboxFlags(SandboxFlags mask);
+
protected:
SecurityContext();
virtual ~SecurityContext();
void SetContentSecurityPolicy(ContentSecurityPolicy*);
- void ApplySandboxFlags(SandboxFlags mask);
-
private:
RefPtr<SecurityOrigin> security_origin_;
Member<ContentSecurityPolicy> content_security_policy_;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698