Commit 1906d76e authored by Giovanni Ortuño Urquidi's avatar Giovanni Ortuño Urquidi Committed by Commit Bot

desktop-pwas: Histogram results of processing navigations

This new histogram allows us to know why a navigation ended up being
intercept or why it didn't. It'll help us understand how often users get
into apps as well as how often users get into websites for which they
have an app installed.

Bug: 785661
Change-Id: I2668f34421958b88885f53113b82a391777d9f36
Reviewed-on: https://chromium-review.googlesource.com/798250
Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org>
Reviewed-by: default avatarBen Wells <benwells@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Reviewed-by: default avatarMatt Giuca <mgiuca@chromium.org>
Cr-Commit-Position: refs/heads/master@{#522025}
parent b7158c7b
...@@ -3121,6 +3121,38 @@ uploading your change for review. These are checked by presubmit scripts. ...@@ -3121,6 +3121,38 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="3" label="LE with random address"/> <int value="3" label="LE with random address"/>
</enum> </enum>
<enum name="BookmarkAppNavigationResult">
<int value="0" label="From app or tab to new tab: Context Menu navigation"/>
<int value="1"
label="From probably omnibox to same context: Typed navigation"/>
<int value="2"
label="From probably launch surface e.g. NTP, Shelf, etc. to new app or
tab: Auto Bookmark navigation"/>
<int value="3" label="Keep in subframe: Auto subframe navigation"/>
<int value="4" label="Keep in subframe: Manual subframe navigation"/>
<int value="5"
label="From probably tab to same context: Generated entry navigation"/>
<int value="6"
label="From probably tab to same context: Auto top level navigation"/>
<int value="7" label="From app or tab to same context: Reload navigation"/>
<int value="8" label="From probably tab to same context: Keyword navigation"/>
<int value="9"
label="From probably tab to same context: Generated keyword navigation"/>
<int value="10"
label="From app or tab to same context: Forward/Back navigation"/>
<int value="11"
label="From probably omnibox to same context: Address bar navigation"/>
<int value="12" label="From app to new tab: Out of scope launch"/>
<int value="13" label="From app to same context: Same scope navigation"/>
<int value="14" label="From tab to same context: Form submission"/>
<int value="15" label="From tab to same context: Same scope navigation"/>
<int value="16" label="In app or tab, cancel prerender link navigation"/>
<int value="17"
label="From app or tab to new app context, close previous context"/>
<int value="18" label="From app or tab to new app context"/>
<int value="19" label="From app to new tab: Out of scope navigation"/>
</enum>
<enum name="BookmarkLaunchLocation"> <enum name="BookmarkLaunchLocation">
<int value="0" label="Attached bookmark bar"/> <int value="0" label="Attached bookmark bar"/>
<int value="1" label="Detached (floating) bookmark bar"/> <int value="1" label="Detached (floating) bookmark bar"/>
...@@ -22425,6 +22425,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. ...@@ -22425,6 +22425,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary> </summary>
</histogram> </histogram>
<histogram name="Extensions.BookmarkApp.NavigationResult"
enum="BookmarkAppNavigationResult">
<owner>mgiuca@chromium.org</owner>
<owner>ortuno@chromium.org</owner>
<summary>
Number of times navigations into and out of Bookmark Apps are processed,
grouped by their result.
</summary>
</histogram>
<histogram name="Extensions.BookmarkAppLaunchContainer" <histogram name="Extensions.BookmarkAppLaunchContainer"
enum="AppLaunchContainer"> enum="AppLaunchContainer">
<owner>benwells@chromium.org</owner> <owner>benwells@chromium.org</owner>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment