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

Unified Diff: chrome/browser/ui/website_settings/website_settings.h

Issue 1714383002: Android: Record metrics for buttons in the Origin Info Bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/ui/android/website_settings_popup_android.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/website_settings/website_settings.h
diff --git a/chrome/browser/ui/website_settings/website_settings.h b/chrome/browser/ui/website_settings/website_settings.h
index d79b2ff950d7e6b824df331edd79facb13f8762f..5302e30a8a251ebdffa0e197be8ae8e712813c83 100644
--- a/chrome/browser/ui/website_settings/website_settings.h
+++ b/chrome/browser/ui/website_settings/website_settings.h
@@ -77,7 +77,8 @@ class WebsiteSettings : public TabSpecificContentSettings::SiteDataObserver {
};
// UMA statistics for WebsiteSettings. Do not reorder or remove existing
- // fields.
+ // fields. A Java counterpart will be generated for this enum.
+ // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.pageinfo
enum WebsiteSettingsAction {
WEBSITE_SETTINGS_OPENED = 0,
Ted C 2016/02/22 18:26:51 Should we log this in from showDialog?
tsergeant 2016/02/23 00:24:52 It already gets logged in the constructor for Webs
WEBSITE_SETTINGS_PERMISSIONS_TAB_SELECTED = 1,
« no previous file with comments | « chrome/browser/ui/android/website_settings_popup_android.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698