| Index: chrome/browser/ui/views/network_profile_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/network_profile_bubble_view.cc b/chrome/browser/ui/views/network_profile_bubble_view.cc
|
| index 7edb714d1e75eb3f8a625c613aeb4d507473f641..fa94d7d6e0791588f72168dc19b8f74ae4021b75 100644
|
| --- a/chrome/browser/ui/views/network_profile_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/network_profile_bubble_view.cc
|
| @@ -5,6 +5,7 @@
|
| #include "base/macros.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser.h"
|
| +#include "chrome/browser/ui/browser_dialogs.h"
|
| #include "chrome/browser/ui/layout_constants.h"
|
| #include "chrome/browser/ui/network_profile_bubble.h"
|
| #include "chrome/browser/ui/views/frame/browser_view.h"
|
| @@ -66,6 +67,8 @@ NetworkProfileBubbleView::NetworkProfileBubbleView(
|
| // 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::NETWORK_SHARE_PROFILE_WARNING);
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|