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

Unified Diff: chrome/browser/sync/glue/autofill_change_processor.cc

Issue 3005013: Update the sync node title for classic autofill to be (Closed)
Patch Set: rebase Created 10 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/sync/glue/autofill_model_associator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/autofill_change_processor.cc
diff --git a/chrome/browser/sync/glue/autofill_change_processor.cc b/chrome/browser/sync/glue/autofill_change_processor.cc
index dd01c6aa7346fd221d7cdddb5a5254052aba1461..149d266b0c8b9b869651de448ac1179c0a912de6 100644
--- a/chrome/browser/sync/glue/autofill_change_processor.cc
+++ b/chrome/browser/sync/glue/autofill_change_processor.cc
@@ -208,8 +208,7 @@ void AutofillChangeProcessor::ObserveAutofillEntriesChanged(
return;
}
- sync_node.SetTitle(UTF16ToWide(change->key().name() +
- change->key().value()));
+ sync_node.SetTitle(UTF8ToWide(tag));
WriteAutofillEntry(AutofillEntry(change->key(), timestamps),
&sync_node);
« no previous file with comments | « no previous file | chrome/browser/sync/glue/autofill_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698