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

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

Issue 419263002: Add ManagePasswordsDecoration and unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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_icon_view.h
diff --git a/chrome/browser/ui/views/passwords/manage_passwords_icon_view.h b/chrome/browser/ui/views/passwords/manage_passwords_icon_view.h
index 39b0efc1cec79057b09ba6f796f31e360092e38d..001cdafa016ee25c4ceb09e5e6f4980d3c5bdb7a 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_icon_view.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_icon_view.h
@@ -35,9 +35,6 @@ class ManagePasswordsIconView : public ManagePasswordsIcon,
virtual void UpdateVisibleUI() OVERRIDE;
private:
- // The ID of the icon and text resources that are currently displayed.
- int icon_id_;
- int tooltip_text_id_;
DISALLOW_COPY_AND_ASSIGN(ManagePasswordsIconView);
};

Powered by Google App Engine
This is Rietveld 408576698