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

Unified Diff: components/password_manager/content/common/credential_manager_content_utils.cc

Issue 1723583004: CREDENTIAL: Convert federations from URLs to origins throughout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iOS2 Created 4 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: components/password_manager/content/common/credential_manager_content_utils.cc
diff --git a/components/password_manager/content/common/credential_manager_content_utils.cc b/components/password_manager/content/common/credential_manager_content_utils.cc
index 937182ef9270c3e63736744a0518c9fc6bfb0dbf..6205abdbe007d592da84d2eac71e9ff59b815fb0 100644
--- a/components/password_manager/content/common/credential_manager_content_utils.cc
+++ b/components/password_manager/content/common/credential_manager_content_utils.cc
@@ -28,7 +28,7 @@ CredentialInfo WebCredentialToCredentialInfo(
DCHECK(credential.isFederatedCredential());
credential_info.federation =
static_cast<const blink::WebFederatedCredential&>(credential)
- .federation();
+ .provider();
}
return credential_info;
}

Powered by Google App Engine
This is Rietveld 408576698