| Index: chrome/browser/ui/views/global_error_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/global_error_bubble_view.cc b/chrome/browser/ui/views/global_error_bubble_view.cc
|
| index eed9dced3526121060d43e36fa0f183b4e174d40..46f7934d8cbd217e4d3cc7c855d2b0e6a57c871c 100644
|
| --- a/chrome/browser/ui/views/global_error_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/global_error_bubble_view.cc
|
| @@ -9,6 +9,7 @@
|
| #include <vector>
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "chrome/browser/ui/browser_dialogs.h"
|
| #include "chrome/browser/ui/global_error/global_error.h"
|
| #include "chrome/browser/ui/global_error/global_error_service.h"
|
| #include "chrome/browser/ui/global_error/global_error_service_factory.h"
|
| @@ -69,6 +70,7 @@ GlobalErrorBubbleView::GlobalErrorBubbleView(
|
| error_(error) {
|
| if (!anchor_view)
|
| SetAnchorRect(gfx::Rect(anchor_point, gfx::Size()));
|
| + chrome::RecordDialogCreation(chrome::DialogIdentifier::GLOBAL_ERROR);
|
| }
|
|
|
| GlobalErrorBubbleView::~GlobalErrorBubbleView() {}
|
|
|