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

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

Issue 271115: Makes canceling 'bookmark all tabs' delete the folder. Or rather,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/sync/glue/change_processor.cc
===================================================================
--- chrome/browser/sync/glue/change_processor.cc (revision 29276)
+++ chrome/browser/sync/glue/change_processor.cc (working copy)
@@ -457,7 +457,8 @@
// that can happen if both a local user change and server change occur
// within a sufficiently small time interval.
const BookmarkNode* old_dst = dst;
- dst = bookmark_utils::ApplyEditsWithNoGroupChange(model, parent, dst,
+ dst = bookmark_utils::ApplyEditsWithNoGroupChange(model, parent,
+ BookmarkEditor::EditDetails(dst),
UTF16ToWide(src->GetTitle()),
src->GetIsFolder() ? GURL() : GURL(src->GetURL()),
NULL); // NULL because we don't need a BookmarkEditor::Handler.

Powered by Google App Engine
This is Rietveld 408576698