Chromium Code Reviews| 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..1784a0184746b53ac47f78efda83b126b1c90f8f 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,8 @@ CriticalNotificationBubbleView::CriticalNotificationBubbleView( |
| views::View* anchor_view) |
| : BubbleDialogDelegateView(anchor_view, views::BubbleBorder::TOP_RIGHT) { |
| set_close_on_deactivate(false); |
| + chrome::RecordDialogCreation( |
| + chrome::DialogIdentifier::CRITICAL_UPGRADE_INSTALLED); |
|
msw
2017/04/07 10:31:09
I vaguely recall this bubble being used for more t
|
| } |
| CriticalNotificationBubbleView::~CriticalNotificationBubbleView() { |