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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client_unittest.cc

Issue 2947413002: Restrict CM API interface request and message dispatch. (Closed)
Patch Set: Address nit from clamy@. Created 3 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/password_manager/chrome_password_manager_client_unittest.cc
diff --git a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
index 0c5d528993f19bdcf6b1afd44e748c47b28e296b..334ed688100933052aa2f3fca73c8f1cd97e525a 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
@@ -576,8 +576,7 @@ TEST_F(ChromePasswordManagerClientTest, BindCredentialManager_MissingInstance) {
// This call should not crash.
ChromePasswordManagerClient::BindCredentialManager(
- service_manager::BindSourceInfo(),
- password_manager::mojom::CredentialManagerRequest(),
+ password_manager::mojom::CredentialManagerAssociatedRequest(),
web_contents->GetMainFrame());
}

Powered by Google App Engine
This is Rietveld 408576698