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

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

Issue 2080203003: Rename UseCounter::CSPWithUnsafeDynamic to UseCounter::CSPWithStrictDynamic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index a75982d448b88f53a9e8e8405e31548dc7760f30..4bf9f33fa9d94d94451b1e237f63a8d555a23890 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1078,7 +1078,7 @@ public:
ImageDocument = 1274,
ScriptPassesCSPDynamic = 1275,
ScriptPassesCSPNonce = 1276,
- CSPWithUnsafeDynamic = 1277,
+ CSPWithStrictDynamic = 1277,
ScrollAnchored = 1278,
AddEventListenerFourArguments = 1279,
RemoveEventListenerFourArguments = 1280,
« 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