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

Unified Diff: components/autofill/core/browser/autofill_profile.cc

Issue 2626263005: [Autofill] Sync new wallet metadata fields through Chrome Sync. (Closed)
Patch Set: Add tests Created 3 years, 11 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/autofill/core/browser/autofill_profile.cc
diff --git a/components/autofill/core/browser/autofill_profile.cc b/components/autofill/core/browser/autofill_profile.cc
index 469111e4ce6e0a8a6d44aaed45dbd16c956e257f..4f37c2bb59ecb9128a230d0b90e709f0f2deca7d 100644
--- a/components/autofill/core/browser/autofill_profile.cc
+++ b/components/autofill/core/browser/autofill_profile.cc
@@ -243,6 +243,7 @@ AutofillProfile& AutofillProfile::operator=(const AutofillProfile& profile) {
set_language_code(profile.language_code());
server_id_ = profile.server_id();
+ has_converted_ = profile.has_converted();
please use gerrit instead 2017/01/16 18:20:12 You need to initialize this boolean in every const
sebsg 2017/01/16 18:57:39 Seems I did too much Java recently... thanks!
return *this;
}

Powered by Google App Engine
This is Rietveld 408576698