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

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

Issue 877613004: [Credential Manager API] Pass origin to Account chooser UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local_vs_federated
Patch Set: Rebased. Created 5 years, 10 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 5bdf7ca898355d7905437076da8a19f22f1040c8..4baa7c0fe01fd7519087a7420321d18ed5f084f9 100644
--- a/chrome/browser/ui/passwords/manage_passwords_test.h
+++ b/chrome/browser/ui/passwords/manage_passwords_test.h
@@ -15,6 +15,7 @@
class ManagePasswordsUIController;
class ManagePasswordsIcon;
+class GURL;
// Test class for the various password management view bits and pieces. Sets
// up a ManagePasswordsUIControllerMock, and provides some helper methods
@@ -48,7 +49,8 @@ class ManagePasswordsTest : public InProcessBrowserTest {
// Put the controller, icon, and bubble into a choosing credential state.
void SetupChooseCredentials(
ScopedVector<autofill::PasswordForm> local_credentials,
- ScopedVector<autofill::PasswordForm> federated_credentials);
+ ScopedVector<autofill::PasswordForm> federated_credentials,
+ const GURL& origin);
// Get samples for |histogram|.
base::HistogramSamples* GetSamples(const char* histogram);

Powered by Google App Engine
This is Rietveld 408576698