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

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

Issue 2370273002: deleted three UseCounter items to fix issue 645909 (Closed)
Patch Set: implemented asvitkine@ suggestion to keep histogram entries for compatibility purpose 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.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 aba2203f4e7aac4a85bc62a76c8e9af232985361..f5ebb57390bf57ab2221d0ff50bdb30df4ca500b 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1026,9 +1026,6 @@ public:
ScrollAnchored = 1278,
AddEventListenerFourArguments = 1279,
RemoveEventListenerFourArguments = 1280,
- InvalidReportUriDirectiveInMetaCSP = 1281,
- InvalidSandboxDirectiveInMetaCSP = 1282,
- InvalidFrameAncestorsDirectiveInMetaCSP = 1283,
SVGCalcModeDiscrete = 1287,
SVGCalcModeLinear = 1288,
SVGCalcModePaced = 1289,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698