| Index: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
|
| index 35a937686d01b8869a1014aec4cc6d9aa22340c9..c70c8b53054e607cc017171cf067a5411c138e75 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
|
| @@ -11,6 +11,7 @@
|
| #include "chrome/browser/platform_util.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser.h"
|
| +#include "chrome/browser/ui/browser_dialogs.h"
|
| #include "chrome/browser/ui/browser_finder.h"
|
| #include "chrome/browser/ui/browser_window.h"
|
| #include "chrome/browser/ui/exclusive_access/fullscreen_controller.h"
|
| @@ -790,6 +791,7 @@ ManagePasswordsBubbleView::ManagePasswordsBubbleView(
|
| initially_focused_view_(nullptr) {
|
| mouse_handler_.reset(new WebContentMouseHandler(this, this->web_contents()));
|
| manage_passwords_bubble_ = this;
|
| + chrome::RecordDialogCreation(chrome::DialogIdentifier::MANAGE_PASSWORDS);
|
| }
|
|
|
| ManagePasswordsBubbleView::~ManagePasswordsBubbleView() {
|
|
|