summaryrefslogtreecommitdiffstats
path: root/net/tools
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 04:46:22 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 04:46:22 +0000
commite94e2803ed53184dac0d38d882743bd8b5c19c8f (patch)
treeb52c10dba439cedacd8575fe9f3d3880a671cee7 /net/tools
parentb020dc10974af3182450f711327f57fe6fee7ffa (diff)
downloadchromium_src-e94e2803ed53184dac0d38d882743bd8b5c19c8f.zip
chromium_src-e94e2803ed53184dac0d38d882743bd8b5c19c8f.tar.gz
chromium_src-e94e2803ed53184dac0d38d882743bd8b5c19c8f.tar.bz2
Revert 113103 - Changes the visibility of the 'mobile' node based on whether there is a node on the sync side.
BUG=102714 TEST=none Review URL: http://codereview.chromium.org/8786006 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8819008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/tools')
-rwxr-xr-xnet/tools/testserver/chromiumsync.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tools/testserver/chromiumsync.py b/net/tools/testserver/chromiumsync.py
index cabbb7d..07497ea 100755
--- a/net/tools/testserver/chromiumsync.py
+++ b/net/tools/testserver/chromiumsync.py
@@ -394,6 +394,8 @@ class SyncDataModel(object):
parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK),
PermanentItem('other_bookmarks', name='Other Bookmarks',
parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK),
+ PermanentItem('synced_bookmarks', name='Mobile Bookmarks',
+ parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK),
PermanentItem('google_chrome_preferences', name='Preferences',
parent_tag='google_chrome', sync_type=PREFERENCE),
PermanentItem('google_chrome_autofill', name='Autofill',