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

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

Issue 324853004: Password bubble: Add an "active" icon state, and a new disabled icon. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sorted. Created 6 years, 6 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
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 c79d92a8f2f40bea82539a05460a61282ce81f06..efb9ec5817892fd94007cfa9eed3ac7ec6012159 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
@@ -122,7 +122,7 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
private:
ManagePasswordsBubbleView(content::WebContents* web_contents,
- views::View* anchor_view,
+ ManagePasswordsIconView* anchor_view,
DisplayReason reason);
virtual ~ManagePasswordsBubbleView();
@@ -144,6 +144,8 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
// shown twice at the same time.
static ManagePasswordsBubbleView* manage_passwords_bubble_;
+ ManagePasswordsIconView* anchor_view_;
+
DISALLOW_COPY_AND_ASSIGN(ManagePasswordsBubbleView);
};

Powered by Google App Engine
This is Rietveld 408576698