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

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

Issue 8772064: Adds back BookmarkNode::IsVisible. Turns out we want to conditionally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaks Created 9 years 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') | ui/base/models/tree_node_iterator.h » ('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 a048a7ed8367013f0a0c1893b54de65754644578..8d86a6c644cd0cf908877aac425f34f565c542dd 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,14 +22,13 @@ 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(3, root.children.length);
+ assertEq(2, 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') | ui/base/models/tree_node_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698