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

Unified Diff: chrome/browser/sync/engine/build_commit_command.cc

Issue 7246011: [Sync] Don't set old style bookmarks anymore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/build_commit_command.cc
diff --git a/chrome/browser/sync/engine/build_commit_command.cc b/chrome/browser/sync/engine/build_commit_command.cc
index 79d4ef78fdecaf4fce919c778f02108184815665..de19aa9caa03bd75565501af6af25735de1ce623 100644
--- a/chrome/browser/sync/engine/build_commit_command.cc
+++ b/chrome/browser/sync/engine/build_commit_command.cc
@@ -177,11 +177,6 @@ void BuildCommitCommand::ExecuteImpl(SyncSession* session) {
string prev_id_string =
prev_id.IsRoot() ? string() : prev_id.GetServerId();
sync_entry->set_insert_after_item_id(prev_id_string);
-
- // TODO(ncarter): In practice we won't want to send this data twice
- // over the wire; instead, when deployed servers are able to accept
- // the new-style scheme, we should abandon the old way.
- SetOldStyleBookmarkData(&meta_entry, sync_entry);
}
SetEntrySpecifics(&meta_entry, sync_entry);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698