| Index: chrome/browser/ui/webui/cookies_tree_model_util.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/cookies_tree_model_util.h (revision 95777)
|
| +++ chrome/browser/ui/webui/cookies_tree_model_util.h (working copy)
|
| @@ -21,8 +21,7 @@
|
| std::string GetTreeNodeId(CookieTreeNode* node);
|
|
|
| // Populate given |dict| with cookie tree node properties.
|
| -// Returns false if the |node| does not need to be shown.
|
| -bool GetCookieTreeNodeDictionary(const CookieTreeNode& node,
|
| +void GetCookieTreeNodeDictionary(const CookieTreeNode& node,
|
| base::DictionaryValue* dict);
|
|
|
| // Append the children nodes of |parent| in specified range to |nodes| list.
|
|
|