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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1645693002: When the user selects "Share" for an offline page, share the online URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixup java style. 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/android/java/src/org/chromium/chrome/browser/ChromeActivity.java ('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 9abcaaaf6acbc5e76ac78f63feee03e994e581f2..a9ea4615f33285588aba3e676a04faa38b5bcae7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31379,6 +31379,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="OfflinePages.SharedPageWasOffline" enum="Boolean">
Ilya Sherman 2016/02/01 18:22:16 nit: Please use a custom enum, with labels like "O
+ <owner>dewittj@chromium.org</owner>
+ <summary>Whether a shared page was an offline page or not.</summary>
+</histogram>
+
<histogram name="OfflinePages.TotalPageSize" units="MB">
<owner>fgorski@chromium.org</owner>
<owner>jianli@chromium.org</owner>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698