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

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

Issue 2053343002: Add use counters for secure/insecure OpenSearch links and registerProtocolHandler (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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9d205301c07f70776798577dd6734311cb045efe..4fefabbcbe9e7d2fedc0cf5f7049d6912d4d8697 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -74762,6 +74762,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1397" label="V8RegExpPrototypeOldFlagGetter"/>
<int value="1398" label="V8DecimalWithLeadingZeroInStrictMode"/>
<int value="1399" label="FormSubmissionNotInDocumentTree"/>
+ <int value="1400" label="OpenSearchInsecureOriginInsecureTarget"/>
+ <int value="1401" label="OpenSearchInsecureOriginSecureTarget"/>
+ <int value="1402" label="OpenSearchSecureOriginInsecureTarget"/>
+ <int value="1403" label="OpenSearchSecureOriginSecureTarget"/>
+ <int value="1404" label="RegisterProtocolHandlerSecureOrigin"/>
+ <int value="1405" label="RegisterProtocolHandlerInsecureOrigin"/>
</enum>
<enum name="FetchRequestMode" type="int">

Powered by Google App Engine
This is Rietveld 408576698