Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 20188277cf1f33b36f16434b5d7f8a9c89a3007a..3ba7ec01f6eeefc2ca9cf72fcd0529ad9d5ea6e1 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -39910,6 +39910,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram |
| + name="OfflinePages.WebsiteSettings.ConnectedWhenOpenOnlineButtonClicked" |
| + enum="BooleanConnected"> |
| + <owner>fgorski@chromium.org</owner> |
| + <summary> |
| + Indicates whether the browser was online when Open online button was clicked |
|
Alexei Svitkine (slow)
2016/11/07 23:40:00
I'm ok if you want to use the Connected terminolog
fgorski
2016/11/07 23:47:01
Done.
|
| + on Website Settings popup, which causes a reload of an offline page to |
| + online version. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OfflinePages.WebsiteSettings.OpenOnlineButtonVisible" |
| + enum="BooleanVisible"> |
| + <owner>fgorski@chromium.org</owner> |
| + <summary> |
| + Indicates whether Open online was shown in Website Settings popup, when it |
|
Alexei Svitkine (slow)
2016/11/07 23:40:00
Ditto: "was visible"?
fgorski
2016/11/07 23:47:01
Done.
|
| + was shown for an offline page. (The button is shown only when Chrome is |
| + connected.) |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="OfflinePolicy.SuccessfulResourceLoadPercentage" units="%"> |
| <obsolete> |
| Deprecated 04/2016 as doesn't have data nor owner. |