diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 04:46:22 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 04:46:22 +0000 |
commit | e94e2803ed53184dac0d38d882743bd8b5c19c8f (patch) | |
tree | b52c10dba439cedacd8575fe9f3d3880a671cee7 /net/tools | |
parent | b020dc10974af3182450f711327f57fe6fee7ffa (diff) | |
download | chromium_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-x | net/tools/testserver/chromiumsync.py | 2 |
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', |