summaryrefslogtreecommitdiffstats
path: root/sync
diff options
context:
space:
mode:
authormsarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-03 10:39:19 +0000
committermsarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-03 10:39:19 +0000
commitdc627cdbe269e38081fd865789c6c91caa68a980 (patch)
tree3dbdbd7308081f7c99004a524be0ceed74c9f580 /sync
parentad563d0e6845cfeeffacd518a42a2337cb8653bf (diff)
downloadchromium_src-dc627cdbe269e38081fd865789c6c91caa68a980.zip
chromium_src-dc627cdbe269e38081fd865789c6c91caa68a980.tar.gz
chromium_src-dc627cdbe269e38081fd865789c6c91caa68a980.tar.bz2
Create the mobile bookmarks folder both on Android and iOS.
Review URL: https://chromiumcodereview.appspot.com/10963053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159880 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync')
-rw-r--r--sync/engine/syncer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/engine/syncer.cc b/sync/engine/syncer.cc
index d2b4fef..adb34b4 100644
--- a/sync/engine/syncer.cc
+++ b/sync/engine/syncer.cc
@@ -109,7 +109,7 @@ void Syncer::SyncShare(sessions::SyncSession* session,
case DOWNLOAD_UPDATES: {
// TODO(akalin): We may want to propagate this switch up
// eventually.
-#if defined(OS_ANDROID)
+#if defined(OS_ANDROID) || defined(OS_IOS)
const bool kCreateMobileBookmarksFolder = true;
#else
const bool kCreateMobileBookmarksFolder = false;