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

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: Addressed comments, and used an associated interface. Created 3 years, 6 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..dff90f3c72b643d6bb33c2ffba4468693011a0a0 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
@@ -577,7 +577,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