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

Unified Diff: chrome/browser/android/shortcut_info.h

Issue 2697473005: Improve the resolution of the menu item homescreen launch source metric. (Closed)
Patch Set: Created 3 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/android/metrics/launch_metrics.cc ('k') | chrome/browser/android/shortcut_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/shortcut_info.h
diff --git a/chrome/browser/android/shortcut_info.h b/chrome/browser/android/shortcut_info.h
index af89f0827a2eaee210ffcf257559bf1ab9e7c24f..4b8ef565dacfd0ae9261fd7abf1f2fe4d7e264f6 100644
--- a/chrome/browser/android/shortcut_info.h
+++ b/chrome/browser/android/shortcut_info.h
@@ -29,7 +29,10 @@ struct ShortcutInfo {
SOURCE_BOOKMARK_NAVIGATOR_WIDGET = 3,
SOURCE_BOOKMARK_SHORTCUT_WIDGET = 4,
SOURCE_NOTIFICATION = 5,
- SOURCE_COUNT = 6
+ SOURCE_ADD_TO_HOMESCREEN_PWA = 6,
+ SOURCE_ADD_TO_HOMESCREEN_STANDALONE = 7,
+ SOURCE_ADD_TO_HOMESCREEN_SHORTCUT = 8,
+ SOURCE_COUNT = 9
};
explicit ShortcutInfo(const GURL& shortcut_url);
« no previous file with comments | « chrome/browser/android/metrics/launch_metrics.cc ('k') | chrome/browser/android/shortcut_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698