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

Unified Diff: chrome/browser/ui/toolbar/action_box_button_controller.h

Issue 11017042: Added UMA metrics for ActionBox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change after revised button/menu implementation Created 8 years, 2 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/toolbar/action_box_button_controller.h
diff --git a/chrome/browser/ui/toolbar/action_box_button_controller.h b/chrome/browser/ui/toolbar/action_box_button_controller.h
index 13872e08e478060a66db8bb17edc8441ad37803b..59cf251ba48681826719ffd0a1b1ecaa452fc877 100644
--- a/chrome/browser/ui/toolbar/action_box_button_controller.h
+++ b/chrome/browser/ui/toolbar/action_box_button_controller.h
@@ -92,6 +92,12 @@ class ActionBoxButtonController : public ui::SimpleMenuModel::Delegate,
content::NotificationRegistrar registrar_;
+ // This indicates we need to send UMA data about the number of
+ // "Share with X" commands shown in the menu after user tried to
+ // find share extensions from web store or the first use of action
+ // box after browser starts.
+ bool should_send_uma_;
+
DISALLOW_COPY_AND_ASSIGN(ActionBoxButtonController);
};

Powered by Google App Engine
This is Rietveld 408576698