| Index: chrome/test/data/webui/md_bookmarks/test_util.js
|
| diff --git a/chrome/test/data/webui/md_bookmarks/test_util.js b/chrome/test/data/webui/md_bookmarks/test_util.js
|
| index b024e2662cc438fcb33f6de44b8ff4fe5127003f..60dace21c45c5aca46423d1ec4c635b5891e5745 100644
|
| --- a/chrome/test/data/webui/md_bookmarks/test_util.js
|
| +++ b/chrome/test/data/webui/md_bookmarks/test_util.js
|
| @@ -19,20 +19,6 @@ function testTree(root) {
|
| }
|
|
|
| /**
|
| - * Initialize a tree for UI testing. This performs the same initialization as
|
| - * `setUpStore_` in <bookmarks-store>, but without the need for a store element
|
| - * in the test.
|
| - * @param {BookmarkTreeNode} rootNode
|
| - */
|
| -function setupTreeForUITests(rootNode){
|
| - if (!rootNode.path)
|
| - rootNode.path = 'rootNode';
|
| -
|
| - BookmarksStore.generatePaths(rootNode, 0);
|
| - BookmarksStore.initNodes(rootNode);
|
| -}
|
| -
|
| -/**
|
| * Creates a folder with given properties.
|
| * @param {string} id
|
| * @param {Array<BookmarkTreeNode>} children
|
|
|