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

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

Issue 1518543002: Adds MD ink ripple animations to buttons within location bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds MD ink ripple animations to buttons within location bar (missing member init) Created 4 years, 11 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 a8387a5240bf57611cb06708e10acba9d2d50861..0364a726603a784f44a81092dc08839ddd5223d3 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
@@ -64,7 +64,7 @@ class ManagePasswordsBubbleView : public LocationBarBubbleDelegateView {
class WebContentMouseHandler;
ManagePasswordsBubbleView(content::WebContents* web_contents,
- ManagePasswordsIconViews* anchor_view,
+ views::View* anchor_view,
DisplayReason reason);
~ManagePasswordsBubbleView() override;
@@ -96,8 +96,6 @@ class ManagePasswordsBubbleView : public LocationBarBubbleDelegateView {
ManagePasswordsBubbleModel model_;
- ManagePasswordsIconViews* anchor_view_;
-
views::View* initially_focused_view_;
// A helper to intercept mouse click events on the web contents.

Powered by Google App Engine
This is Rietveld 408576698