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

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

Issue 1701783002: Focus on the default browser option when opening the Win10 settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histogram under DefaultBrowser. Created 4 years, 10 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 | « chrome/installer/util/shell_util.cc ('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 23b9020f207406be4fc41779d9ab357f4ff73a61..98fe497f45ec6929a630746f777a0887a8dc3d15 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7166,6 +7166,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DefaultBrowser.ActivateSettings.ErrorHresult" enum="Hresult">
+ <owner>pmonette@chromium.org</owner>
+ <owner>grt@chromium.org</owner>
+ <summary>
+ The HRESULT from ActivateApplication when opening the Win10+ settings page
+ fails.
+ </summary>
+</histogram>
+
<histogram name="DefaultBrowser.AsyncSetAsDefault.Duration" units="ms">
<obsolete>
Deprecated 2015/11. Renamed to DefaultBrowser.SetDefaultAsyncDuration.
@@ -68484,6 +68493,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="-2147023436" label="ERROR_TIMEOUT"/>
<int value="-2147023179" label="RPC_S_UNKNOWN_IF"/>
<int value="-2147023174" label="RPC_S_SERVER_UNAVAILABLE"/>
+ <int value="-2147009295" label="ERROR_INSTALL_PACKAGE_NOT_FOUND"/>
<int value="-2146959355" label="CO_E_SERVER_EXEC_FAILURE"/>
</enum>
« no previous file with comments | « chrome/installer/util/shell_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698