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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_icon.h

Issue 1402363013: Update location bar bubble/icon behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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/passwords/manage_passwords_icon.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_icon.h b/chrome/browser/ui/passwords/manage_passwords_icon.h
index e9329c7ebf58ee043e676e04e97f96e8894aa7c4..64ec3c8945fa8f09ea063cb2650167cea2bfb047 100644
--- a/chrome/browser/ui/passwords/manage_passwords_icon.h
+++ b/chrome/browser/ui/passwords/manage_passwords_icon.h
@@ -19,7 +19,7 @@ class ManagePasswordsIcon : public ManagePasswordsIconView {
void SetState(password_manager::ui::State state) override;
password_manager::ui::State state() const { return state_; }
- void SetActive(bool active) override;
+ void SetActive(bool active);
bool active() const { return active_; }
protected:
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_cocoa.mm ('k') | chrome/browser/ui/passwords/manage_passwords_icon_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698