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

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

Issue 952023002: Credential Manager API: pop up the new "Manage accounts" bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the test Created 5 years, 9 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_test.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_test.h b/chrome/browser/ui/passwords/manage_passwords_test.h
index 5e6f46100324e58bd961ba67d8c453b2bd7039cf..4630aff5112acfa416602b24691e4df431bd13ef 100644
--- a/chrome/browser/ui/passwords/manage_passwords_test.h
+++ b/chrome/browser/ui/passwords/manage_passwords_test.h
@@ -61,12 +61,13 @@ class ManagePasswordsTest : public InProcessBrowserTest {
autofill::PasswordForm* test_form() { return &test_form_; }
- MOCK_METHOD1(OnChooseCredential,
- void(const password_manager::CredentialInfo&));
- private:
// Get the UI controller for the current WebContents.
ManagePasswordsUIController* GetController();
+ MOCK_METHOD1(OnChooseCredential,
+ void(const password_manager::CredentialInfo&));
+
+ private:
autofill::PasswordForm test_form_;
base::HistogramTester histogram_tester_;

Powered by Google App Engine
This is Rietveld 408576698