| Index: chrome/browser/ui/views/toolbar/toolbar_actions_bar_bubble_views.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_actions_bar_bubble_views.cc b/chrome/browser/ui/views/toolbar/toolbar_actions_bar_bubble_views.cc
|
| index 8842a43d252a97c2bfbc1c7029109a0e5aaec212..e670ccb8bf81f71456272eb40695b50babd09b78 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_actions_bar_bubble_views.cc
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_actions_bar_bubble_views.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "chrome/browser/ui/views/toolbar/toolbar_actions_bar_bubble_views.h"
|
|
|
| +#include "chrome/browser/ui/browser_dialogs.h"
|
| #include "chrome/browser/ui/views/harmony/chrome_layout_provider.h"
|
| #include "chrome/grit/locale_settings.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| @@ -35,6 +36,7 @@ ToolbarActionsBarBubbleViews::ToolbarActionsBarBubbleViews(
|
| set_close_on_deactivate(delegate_->ShouldCloseOnDeactivate());
|
| if (!anchor_view)
|
| SetAnchorRect(gfx::Rect(anchor_point, gfx::Size()));
|
| + chrome::RecordDialogCreation(chrome::DialogIdentifier::TOOLBAR_ACTIONS_BAR);
|
| }
|
|
|
| ToolbarActionsBarBubbleViews::~ToolbarActionsBarBubbleViews() {}
|
|
|