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

Unified Diff: tools/metrics/histograms/enums.xml

Issue 2873973002: CORS: Measure some ways in which we might tighten CORS processing.
Patch Set: Rebase. Created 3 years, 7 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:
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index c8a6a73f7562ff63de67b5ec88e21fe569e74eef..083d62dea60f51fe16742b928b5f59fd50a2e142 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -14933,6 +14933,10 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1973" label="FontShapingNotDefGlyphObserved"/>
<int value="1974" label="PostMessageOutgoingWouldBeBlockedByConnectSrc"/>
<int value="1975" label="PostMessageIncomingWouldBeBlockedByConnectSrc"/>
+ <int value="1976" label="AccessControlAllowOriginNullWithCredentials"/>
+ <int value="1977" label="AccessControlAllowOriginInsecureExplicitFromHTTPS"/>
+ <int value="1978" label="AccessControlAllowOriginInsecureNullFromHTTPS"/>
+ <int value="1979" label="AccessControlAllowOriginInsecureStarFromHTTPS"/>
</enum>
<enum name="FeedbackSource" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698