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

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: Rebase 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
« no previous file with comments | « third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.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/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 59b3193dadb78fcf6d09263985f2e7aa40a10716..0b3312401372d126e9c5cf6953ba9775f54d2bd3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -75006,6 +75006,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1402" label="GetUserMediaPromise"/>
<int value="1403" label="CSSFilterFunctionNoArguments"/>
<int value="1404" label="V8LegacyDateParser"/>
+ <int value="1405" label="OpenSearchInsecureOriginInsecureTarget"/>
+ <int value="1406" label="OpenSearchInsecureOriginSecureTarget"/>
+ <int value="1407" label="OpenSearchSecureOriginInsecureTarget"/>
+ <int value="1408" label="OpenSearchSecureOriginSecureTarget"/>
+ <int value="1409" label="RegisterProtocolHandlerSecureOrigin"/>
+ <int value="1410" label="RegisterProtocolHandlerInsecureOrigin"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698