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

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

Issue 2716583003: Rename Origin.unique() to opaque().
Patch Set: Update new uses post-rebase Created 3 years, 4 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/credential_android.cc
diff --git a/chrome/browser/password_manager/credential_android.cc b/chrome/browser/password_manager/credential_android.cc
index 31d730f8967f27bf887875c01d69e144d58d84c5..c5a68d0103a9aa61c86842a069ee504d38eb664d 100644
--- a/chrome/browser/password_manager/credential_android.cc
+++ b/chrome/browser/password_manager/credential_android.cc
@@ -22,7 +22,7 @@ base::android::ScopedJavaLocalRef<jobject> CreateNativeCredential(
? password_form.origin.GetOrigin().spec()
: std::string();
std::string federation =
- password_form.federation_origin.unique()
+ password_form.federation_origin.opaque()
? std::string()
: l10n_util::GetStringFUTF8(
IDS_PASSWORDS_VIA_FEDERATION,

Powered by Google App Engine
This is Rietveld 408576698