diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 03:43:55 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 03:43:55 +0000 |
commit | 87a58d935007a0077082ea113bbd996375a07fa3 (patch) | |
tree | a0964cc7fc89de9b9e1a6458e0035702598913c4 /net/tools/testserver/chromiumsync.py | |
parent | 6622841e538bf238303988e46b32e43ae166a8d1 (diff) | |
download | chromium_src-87a58d935007a0077082ea113bbd996375a07fa3.zip chromium_src-87a58d935007a0077082ea113bbd996375a07fa3.tar.gz chromium_src-87a58d935007a0077082ea113bbd996375a07fa3.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/tools/testserver/chromiumsync.py')
-rwxr-xr-x | net/tools/testserver/chromiumsync.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tools/testserver/chromiumsync.py b/net/tools/testserver/chromiumsync.py index 07497ea..cabbb7d 100755 --- a/net/tools/testserver/chromiumsync.py +++ b/net/tools/testserver/chromiumsync.py @@ -394,8 +394,6 @@ 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', |