| 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);
|
| };
|
|
|
|
|