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

Unified Diff: chrome/test/data/extensions/api_test/bookmark_manager/edit_disabled/test.js

Issue 8759017: BookmarkModel cleanup. synced_node is now mobile_node and I'm nuking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to trunk fix sync_integration_tests and extension test Created 9 years, 1 month 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/browser/ui/webui/ntp/bookmarks_handler.cc ('k') | net/tools/testserver/chromiumsync.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/bookmark_manager/edit_disabled/test.js
diff --git a/chrome/test/data/extensions/api_test/bookmark_manager/edit_disabled/test.js b/chrome/test/data/extensions/api_test/bookmark_manager/edit_disabled/test.js
index 8d86a6c644cd0cf908877aac425f34f565c542dd..a048a7ed8367013f0a0c1893b54de65754644578 100644
--- a/chrome/test/data/extensions/api_test/bookmark_manager/edit_disabled/test.js
+++ b/chrome/test/data/extensions/api_test/bookmark_manager/edit_disabled/test.js
@@ -22,13 +22,14 @@ var ERROR = "Bookmark editing is disabled.";
// "BBB"
// "AAA"
// Other Bookmarks/
+// Mobile Bookmarks/
var tests = [
function verifyModel() {
bookmarks.getTree(pass(function(result) {
assertEq(1, result.length);
var root = result[0];
- assertEq(2, root.children.length);
+ assertEq(3, root.children.length);
bar = root.children[0];
assertEq(2, bar.children.length);
folder = bar.children[0];
« no previous file with comments | « chrome/browser/ui/webui/ntp/bookmarks_handler.cc ('k') | net/tools/testserver/chromiumsync.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698