Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3449)

Unified Diff: chrome/test/data/webui/md_bookmarks/test_util.js

Issue 2735953002: MD Bookmarks: Integrate new data store with UI elements (Closed)
Patch Set: calamity@ review Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/webui/md_bookmarks/test_store.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/test/data/webui/md_bookmarks/test_store.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698