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

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

Issue 2160533002: Add use counters for Secure Context checks and sandboxed origins. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wrong flag. Created 4 years, 5 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/frame/UseCounter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b21b4d026a4791408a64a241d79c9dbaa3370e8e..77a7630111c110d1db0b77df4292b3ea99510305 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -76782,6 +76782,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1438" label="BeforeInstallPromptEventPreventDefault"/>
<int value="1439" label="BeforeInstallPromptEventPrompt"/>
<int value="1440" label="ExecCommandAltersHTMLStructure"/>
+ <int value="1441" label="SecureContextCheckPassed"/>
+ <int value="1442" label="SecureContextCheckFailed"/>
+ <int value="1443" label="SecureContextCheckForSandboxedOriginPassed"/>
+ <int value="1444" label="SecureContextCheckForSandboxedOriginFailed"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698