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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc

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_ui_controller_unittest.cc
diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc b/chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc
index 0be4b106d1525adbbc142f40799d5ab5efe99cae..2df61abe81bb80431572637534bafa470ebbdb90 100644
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc
@@ -44,14 +44,9 @@ class TestManagePasswordsIconView : public ManagePasswordsIconView {
state_ = state;
}
password_manager::ui::State state() { return state_; }
- void SetActive(bool active) override {
- active_ = active;
- }
- bool active() { return active_; }
private:
password_manager::ui::State state_;
- bool active_;
DISALLOW_COPY_AND_ASSIGN(TestManagePasswordsIconView);
};
« no previous file with comments | « chrome/browser/ui/passwords/manage_passwords_icon_view.h ('k') | chrome/browser/ui/views/autofill/save_card_bubble_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698