Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h

Issue 230463002: Password bubble: Remove IconView from BubbleView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
diff --git a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
index ac26b981d121f388a05bfef3d837510b3496ffc2..39e1e5057f41ebefb11944967069ac5ad51a7511 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
@@ -34,7 +34,6 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
public:
// Shows the bubble.
static void ShowBubble(content::WebContents* web_contents,
- ManagePasswordsIconView* icon_view,
DisplayReason reason);
// Closes any existing bubble.
@@ -63,7 +62,6 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
ManagePasswordsBubbleView(content::WebContents* web_contents,
views::View* anchor_view,
- ManagePasswordsIconView* icon_view,
DisplayReason reason);
virtual ~ManagePasswordsBubbleView();
@@ -108,8 +106,6 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
// shown twice at the same time.
static ManagePasswordsBubbleView* manage_passwords_bubble_;
- ManagePasswordsIconView* icon_view_;
-
// The buttons that are shown in the bubble.
views::BlueButton* save_button_;
views::Combobox* refuse_combobox_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698