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

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

Issue 2716583003: Rename Origin.unique() to opaque().
Patch Set: Mac fixes Created 3 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: chrome/browser/password_manager/password_store_mac.cc
diff --git a/chrome/browser/password_manager/password_store_mac.cc b/chrome/browser/password_manager/password_store_mac.cc
index 27c17caba83d2abb72212db2b04d60926424bd88..6d959c9a71cd5cdb7e3047ac288f42d203ea0b65 100644
--- a/chrome/browser/password_manager/password_store_mac.cc
+++ b/chrome/browser/password_manager/password_store_mac.cc
@@ -229,7 +229,7 @@ const PasswordForm* BestKeychainFormForForm(
// True if the form has no password to be stored in Keychain.
bool IsLoginDatabaseOnlyForm(const PasswordForm& form) {
- return form.blacklisted_by_user || !form.federation_origin.unique() ||
+ return form.blacklisted_by_user || !form.federation_origin.opaque() ||
form.scheme == PasswordForm::SCHEME_USERNAME_ONLY;
}

Powered by Google App Engine
This is Rietveld 408576698