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

Unified Diff: third_party/WebKit/public/platform/WebContentSecurityPolicy.h

Issue 2756913002: Revert of PlzNavigate: Enforce 'frame-src' CSP on the browser. (Closed)
Patch Set: Created 3 years, 9 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/public/platform/WebContentSecurityPolicy.h
diff --git a/third_party/WebKit/public/platform/WebContentSecurityPolicy.h b/third_party/WebKit/public/platform/WebContentSecurityPolicy.h
index d5e46fbfba06f78fe8a6c567fac3b2014cc2a144..9c732954c20641c91dd855d8219d69507d22526a 100644
--- a/third_party/WebKit/public/platform/WebContentSecurityPolicy.h
+++ b/third_party/WebKit/public/platform/WebContentSecurityPolicy.h
@@ -48,13 +48,6 @@
WebContentSecurityPolicySourceLast = WebContentSecurityPolicySourceMeta
};
-enum WebContentSecurityPolicyDisposition {
- WebContentSecurityPolicyDispositionDoNotCheck,
- WebContentSecurityPolicyDispositionCheck,
- WebContentSecurityPolicyDispositionLast =
- WebContentSecurityPolicyDispositionCheck
-};
-
} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698