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

Unified Diff: components/password_manager/content/renderer/credential_manager_client_browsertest.cc

Issue 621503005: Credential Manager: Create a local or federated credential to hand to Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: break Created 6 years, 2 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
« no previous file with comments | « components/password_manager/content/renderer/credential_manager_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/content/renderer/credential_manager_client_browsertest.cc
diff --git a/components/password_manager/content/renderer/credential_manager_client_browsertest.cc b/components/password_manager/content/renderer/credential_manager_client_browsertest.cc
index 987f9d064994955d911d95e8c4f19f0672a94d21..99fa1bc18fb2fd504cbcdbde746d8388a88d046e 100644
--- a/components/password_manager/content/renderer/credential_manager_client_browsertest.cc
+++ b/components/password_manager/content/renderer/credential_manager_client_browsertest.cc
@@ -208,6 +208,7 @@ TEST_F(CredentialManagerClientTest, SendRequestCredential) {
request_id));
CredentialInfo info;
+ info.type = CREDENTIAL_TYPE_LOCAL;
client_->OnSendCredential(request_id, info);
EXPECT_TRUE(callback_succeeded());
EXPECT_FALSE(callback_errored());
« no previous file with comments | « components/password_manager/content/renderer/credential_manager_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698