| Index: chrome/browser/ui/webui/cookies_tree_model_util.h
|
| diff --git a/chrome/browser/ui/webui/cookies_tree_model_util.h b/chrome/browser/ui/webui/cookies_tree_model_util.h
|
| index 2b27b65d12b2ec6951c9288e9c280a41747cc5f9..2331292c19ca58b0574f72319574376ebe6735c8 100644
|
| --- a/chrome/browser/ui/webui/cookies_tree_model_util.h
|
| +++ b/chrome/browser/ui/webui/cookies_tree_model_util.h
|
| @@ -21,7 +21,8 @@ namespace cookies_tree_model_util {
|
| std::string GetTreeNodeId(CookieTreeNode* node);
|
|
|
| // Populate given |dict| with cookie tree node properties.
|
| -void GetCookieTreeNodeDictionary(const CookieTreeNode& node,
|
| +// Returns false if the |node| does not need to be shown.
|
| +bool GetCookieTreeNodeDictionary(const CookieTreeNode& node,
|
| base::DictionaryValue* dict);
|
|
|
| // Append the children nodes of |parent| in specified range to |nodes| list.
|
|
|