| Index: chrome/browser/ui/webui/options/cookies_view_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/cookies_view_handler.h b/chrome/browser/ui/webui/options/cookies_view_handler.h
|
| index f2f2210b69292597c66bded9d86fb55f103ae302..6120a6e479e988ba1c39598fa8402dad2c995095 100644
|
| --- a/chrome/browser/ui/webui/options/cookies_view_handler.h
|
| +++ b/chrome/browser/ui/webui/options/cookies_view_handler.h
|
| @@ -47,9 +47,6 @@ class CookiesViewHandler : public OptionsPageUIHandler,
|
| // SendChildren to pass back children nodes data to WebUI.
|
| void LoadChildren(const ListValue* args);
|
|
|
| - // Gets tree node from given path. Return NULL if path is not valid.
|
| - CookieTreeNode* GetTreeNodeFromPath(const std::string& path);
|
| -
|
| // Get children nodes data and pass it to 'CookiesView.loadChildren' to
|
| // update the WebUI.
|
| void SendChildren(CookieTreeNode* parent);
|
|
|