1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/ui/passwords/manage_passwords_bubble.h"
7 #include "base/metrics/histogram.h"
8 #include "chrome/browser/ui/passwords/manage_passwords_bubble_model.h"
10 ManagePasswordsBubble::ManagePasswordsBubble(content::WebContents
* contents
,
12 : model_(new ManagePasswordsBubbleModel(contents
)) {
13 model()->OnBubbleShown(reason
);
16 ManagePasswordsBubble::~ManagePasswordsBubble() {
17 model()->OnBubbleHidden();