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

Unified Diff: chrome/test/live_sync/two_client_live_bookmarks_sync_test.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/test/live_sync/two_client_live_bookmarks_sync_test.cc
===================================================================
--- chrome/test/live_sync/two_client_live_bookmarks_sync_test.cc (revision 29276)
+++ chrome/test/live_sync/two_client_live_bookmarks_sync_test.cc (working copy)
@@ -389,10 +389,10 @@
{
const BookmarkNode* google_one = GetByUniqueURL(model_one, initial_url);
const BookmarkNode* google_two = GetByUniqueURL(model_two, initial_url);
- bookmark_utils::ApplyEditsWithNoGroupChange(model_one, bbn_one, google_one,
- title, second_url, NULL);
- bookmark_utils::ApplyEditsWithNoGroupChange(model_two, bbn_two, google_two,
- title, third_url, NULL);
+ bookmark_utils::ApplyEditsWithNoGroupChange(model_one, bbn_one,
+ BookmarkEditor::EditDetails(google_one), title, second_url, NULL);
+ bookmark_utils::ApplyEditsWithNoGroupChange(model_two, bbn_two,
+ BookmarkEditor::EditDetails(google_two), title, third_url, NULL);
}
ASSERT_TRUE(client1()->AwaitMutualSyncCycleCompletionWithConflict(client2()));
BookmarkModelVerifier::ExpectModelsMatch(model_one, model_two);
« chrome/browser/gtk/bookmark_editor_gtk.cc ('K') | « chrome/test/live_sync/bookmark_model_verifier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698