| Index: chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.cc b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| index 980ad5f561b4f8f04ccc011ed4c2d4323872b1f8..2df5a9db36359e1e4f81b06eb95de96c8c322642 100644
|
| --- a/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| +++ b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| @@ -16,6 +16,7 @@
|
| #include "chrome/browser/media/webrtc/media_capture_devices_dispatcher.h"
|
| #include "chrome/browser/plugins/plugin_finder.h"
|
| #include "chrome/browser/plugins/plugin_metadata.h"
|
| +#include "chrome/browser/ui/browser_dialogs.h"
|
| #include "chrome/browser/ui/content_settings/content_setting_bubble_model.h"
|
| #include "chrome/browser/ui/layout_constants.h"
|
| #include "chrome/browser/ui/views/harmony/chrome_layout_provider.h"
|
| @@ -175,6 +176,8 @@ ContentSettingBubbleContents::ContentSettingBubbleContents(
|
| // Compensate for built-in vertical padding in the anchor view's image.
|
| set_anchor_view_insets(gfx::Insets(
|
| GetLayoutConstant(LOCATION_BAR_BUBBLE_ANCHOR_VERTICAL_INSET), 0));
|
| + chrome::RecordDialogCreation(
|
| + chrome::DialogIdentifier::CONTENT_SETTING_CONTENTS);
|
| }
|
|
|
| ContentSettingBubbleContents::~ContentSettingBubbleContents() {
|
|
|