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

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

Issue 399573002: [Password Generation] Trigger confirmation bubble when a password is saved (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win Again 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_view_test.h
diff --git a/chrome/browser/ui/views/passwords/manage_passwords_view_test.h b/chrome/browser/ui/views/passwords/manage_passwords_view_test.h
index 73743f8ddcb9de43bfcfb8d5903420e855dc064b..6f1a49c781f48047bdb44af5ff274ea529627afa 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_view_test.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_view_test.h
@@ -36,6 +36,9 @@ class ManagePasswordsViewTest : public InProcessBrowserTest {
// Put the controller, icon, and bubble into a managing-password state.
void SetupManagingPasswords();
+ // Put the controller, icon, and bubble into the confirmation state.
+ void SetupAutomaticPassword();
+
// Put the controller, icon, and bubble into a pending-password state.
void SetupPendingPassword();

Powered by Google App Engine
This is Rietveld 408576698