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

Unified Diff: chrome/browser/ui/content_settings/content_setting_bubble_model.h

Issue 2588273002: Add UMA metrics for pop-up blocked page action on desktop (Closed)
Patch Set: Changed the comment of enum PopupsAction 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/ui/content_settings/content_setting_bubble_model.h
diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model.h b/chrome/browser/ui/content_settings/content_setting_bubble_model.h
index 165b372b388aea205bc0e4c076556ee9acfb7ab8..a15f8b30456911834d4329bad5b2f28b3209b4d5 100644
--- a/chrome/browser/ui/content_settings/content_setting_bubble_model.h
+++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.h
@@ -181,6 +181,8 @@ class ContentSettingBubbleModel : public content::NotificationObserver {
rappor_service_ = rappor_service;
}
+ static const int kAllowButtonIndex;
+
protected:
ContentSettingBubbleModel(
Delegate* delegate,

Powered by Google App Engine
This is Rietveld 408576698