| Index: chrome/browser/ui/views/critical_notification_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/critical_notification_bubble_view.cc b/chrome/browser/ui/views/critical_notification_bubble_view.cc
|
| index 372e2ff97c733ecf2861a055cccdc8fccd5130ac..847f8899b3959e4aa414db93d3b16c6288637e3d 100644
|
| --- a/chrome/browser/ui/views/critical_notification_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/critical_notification_bubble_view.cc
|
| @@ -8,6 +8,7 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/lifetime/application_lifetime.h"
|
| +#include "chrome/browser/ui/browser_dialogs.h"
|
| #include "chrome/browser/upgrade_detector.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/grit/chromium_strings.h"
|
| @@ -44,6 +45,7 @@ CriticalNotificationBubbleView::CriticalNotificationBubbleView(
|
| views::View* anchor_view)
|
| : BubbleDialogDelegateView(anchor_view, views::BubbleBorder::TOP_RIGHT) {
|
| set_close_on_deactivate(false);
|
| + chrome::RecordDialogCreation(chrome::DialogIdentifier::CRITICAL_NOTIFICATION);
|
| }
|
|
|
| CriticalNotificationBubbleView::~CriticalNotificationBubbleView() {
|
|
|