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

Unified Diff: components/password_manager/core/browser/password_syncable_service.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: components/password_manager/core/browser/password_syncable_service.cc
diff --git a/components/password_manager/core/browser/password_syncable_service.cc b/components/password_manager/core/browser/password_syncable_service.cc
index 03746ff6a06f6fc24949a4862f4c6e13f510ec9a..a1d10a46cceaa261a61ca6b4410a0f317992bcef 100644
--- a/components/password_manager/core/browser/password_syncable_service.cc
+++ b/components/password_manager/core/browser/password_syncable_service.cc
@@ -465,7 +465,7 @@ syncer::SyncData SyncDataFromPassword(
CopyStringField(display_name);
password_specifics->set_avatar_url(password_form.icon_url.spec());
password_specifics->set_federation_url(
- password_form.federation_origin.unique()
+ password_form.federation_origin.opaque()
? std::string()
: password_form.federation_origin.Serialize());
#undef CopyStringField

Powered by Google App Engine
This is Rietveld 408576698