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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2079183002: Measure the usage of cross-origin modal dialogs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove { } around a single-line conditional body. 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/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 020a6981f4ec9faabc1dad3fb1bcd8f6d22d837d..f4f20d33b15423cafc7ecf65726bfca78e2809b2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -75227,6 +75227,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1408" label="OpenSearchSecureOriginSecureTarget"/>
<int value="1409" label="RegisterProtocolHandlerSecureOrigin"/>
<int value="1410" label="RegisterProtocolHandlerInsecureOrigin"/>
+ <int value="1411" label="CrossOriginWindowAlert"/>
+ <int value="1412" label="CrossOriginWindowConfirm"/>
+ <int value="1413" label="CrossOriginWindowPrompt"/>
+ <int value="1414" label="CrossOriginWindowPrint"/>
</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