| Index: chrome/browser/ui/webui/ntp/bookmarks_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/bookmarks_handler.cc b/chrome/browser/ui/webui/ntp/bookmarks_handler.cc
|
| index e36859b0a57f1518bc55bf747241d419f8422e69..e91e644e707492ad5aa81891e16d84f62bdb807c 100644
|
| --- a/chrome/browser/ui/webui/ntp/bookmarks_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/bookmarks_handler.cc
|
| @@ -323,10 +323,7 @@ base::DictionaryValue* BookmarksHandler::GetNodeDictionary(
|
|
|
| void BookmarksHandler::AddNode(const BookmarkNode* node,
|
| base::ListValue* list) {
|
| - if (node->IsVisible()) {
|
| - base::DictionaryValue* dict = GetNodeDictionary(node);
|
| - list->Append(dict);
|
| - }
|
| + list->Append(GetNodeDictionary(node));
|
| }
|
|
|
| // static
|
|
|