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

Unified Diff: chrome/browser/sync/profile_sync_service_bookmark_unittest.cc

Issue 9453036: [Sync] Remove --create-mobile-bookmarks-folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove comment Created 8 years, 10 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/profile_sync_service_bookmark_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
index b12b81ffae73879e5c89c3a6aaa39bc3347063b6..6cbb990e91070dfe7a75e96b2f39940ebd7033ec 100644
--- a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
@@ -56,7 +56,8 @@ class TestBookmarkModelAssociator : public BookmarkModelAssociator {
sync_api::UserShare* user_share,
DataTypeErrorHandler* error_handler)
: BookmarkModelAssociator(bookmark_model, user_share,
- error_handler),
+ error_handler,
+ true /* create_mobile_bookmarks_folder */),
user_share_(user_share) {}
// TODO(akalin): This logic lazily creates any tagged node that is
@@ -333,8 +334,6 @@ class ProfileSyncServiceBookmarkTest : public testing::Test {
virtual void SetUp() {
test_user_share_.SetUp();
- CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kCreateMobileBookmarksFolder);
}
virtual void TearDown() {

Powered by Google App Engine
This is Rietveld 408576698