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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1867543002: Enable deep-linking from notifications for recently used web apps on the Android home screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bulk-webappdatastorage
Patch Set: Address nits Created 4 years, 8 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/browser/android/shortcut_info.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 4b6478c8ec1973871c005461667d5fb6776aac61..5e9ef15ad248bfa28ccc2cb98ec6a363ecbfc646 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18495,7 +18495,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Launch.HomeScreenSource" enum="LaunchFromHomeScreenSource">
<owner>dominickn@chromium.org</owner>
<summary>
- Records the source of an Android Home screen shortcut used to launch Chrome.
+ Records the source of an Android homescreen launch intent used to launch
+ Chrome.
</summary>
</histogram>
@@ -73727,6 +73728,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="2" label="App banner"/>
<int value="3" label="Bookmark navigator widget"/>
<int value="4" label="Bookmark shortcut widget"/>
+ <int value="5" label="Notification"/>
</enum>
<enum name="LaunchIntentFlags" type="int">
« no previous file with comments | « chrome/browser/android/shortcut_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698