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

Unified Diff: chrome/browser/android/webapk/webapk_metrics.h

Issue 2751423002: Remove unused open WebAPK logic in AppBannerInfoBarDelegateAndroid. (Closed)
Patch Set: Creating url variable Created 3 years, 9 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/banners/app_banner_infobar_delegate_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/webapk/webapk_metrics.h
diff --git a/chrome/browser/android/webapk/webapk_metrics.h b/chrome/browser/android/webapk/webapk_metrics.h
index 5c5b990379084294322ad2334533f14ce5cf7a3a..5cf63c28e0c9846900fdc9987e91f60956c402df 100644
--- a/chrome/browser/android/webapk/webapk_metrics.h
+++ b/chrome/browser/android/webapk/webapk_metrics.h
@@ -46,12 +46,10 @@ enum InfoBarShown {
// User actions after a WebAPK is installed.
enum UserAction {
- // TODO(hanxi|zpeng): Records the first two user actions after
- // crbug.com/638614 is fixed.
// Launch a previously installed WebAPK since the WebAPK has been installed on
// the device before.
- USER_ACTION_OPEN,
- USER_ACTION_OPEN_DISMISS,
+ USER_ACTION_OPEN, // Obsolete
+ USER_ACTION_OPEN_DISMISS, // Obsolete
// Open a newly installed WebAPK via a successful installation.
USER_ACTION_INSTALLED_OPEN,
USER_ACTION_INSTALLED_OPEN_DISMISS,
« no previous file with comments | « chrome/browser/android/banners/app_banner_infobar_delegate_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698