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

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

Issue 250353003: Password bubble: refactor ManagePasswordsIconView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/cc/h Created 6 years, 8 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/passwords/manage_passwords_icon_mock.cc
diff --git a/chrome/browser/ui/passwords/manage_passwords_icon_mock.cc b/chrome/browser/ui/passwords/manage_passwords_icon_mock.cc
new file mode 100644
index 0000000000000000000000000000000000000000..64bdb16b158d77e2fced67b73e3ed3acc6320184
--- /dev/null
+++ b/chrome/browser/ui/passwords/manage_passwords_icon_mock.cc
@@ -0,0 +1,18 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/ui/passwords/manage_passwords_icon_mock.h"
+
+ManagePasswordsIconMock::ManagePasswordsIconMock() : bubble_shown_count_(0) {
+}
+
+ManagePasswordsIconMock::~ManagePasswordsIconMock() {
+}
+
+void ManagePasswordsIconMock::ShowBubbleWithoutUserInteraction() {
+ ++bubble_shown_count_;
+}
+
+void ManagePasswordsIconMock::SetStateInternal(ManagePasswordsIcon::State) {
+}
« no previous file with comments | « chrome/browser/ui/passwords/manage_passwords_icon_mock.h ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698