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

Unified Diff: chrome/browser/content_settings/chrome_content_settings_utils.h

Issue 2662163002: Add UMA histogram for popup actions on Android. (Closed)
Patch Set: Created 3 years, 11 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
Index: chrome/browser/content_settings/chrome_content_settings_utils.h
diff --git a/chrome/browser/content_settings/chrome_content_settings_utils.h b/chrome/browser/content_settings/chrome_content_settings_utils.h
index 650103f477c4a2cd186545cb001e672ae1bd91b2..50429a61a01959ef45e29fd1d0f3a76652430e26 100644
--- a/chrome/browser/content_settings/chrome_content_settings_utils.h
+++ b/chrome/browser/content_settings/chrome_content_settings_utils.h
@@ -47,6 +47,8 @@ enum PopupsAction {
POPUPS_ACTION_SELECTED_ALWAYS_ALLOW_POPUPS_FROM,
POPUPS_ACTION_CLICKED_LIST_ITEM_CLICKED,
POPUPS_ACTION_CLICKED_MANAGE_POPUPS_BLOCKING,
+ POPUPS_ACTION_DISPLAYED_INFOBAR_ON_MOBILE,
+ POPUPS_ACTION_CLICKED_ALWAYS_SHOW_ON_MOBILE,
POPUPS_ACTION_COUNT
};

Powered by Google App Engine
This is Rietveld 408576698