| Index: chrome/browser/cookies_tree_model.h
|
| ===================================================================
|
| --- chrome/browser/cookies_tree_model.h (revision 32803)
|
| +++ chrome/browser/cookies_tree_model.h (working copy)
|
| @@ -186,6 +186,9 @@
|
| void DeleteAllCookies();
|
| void DeleteCookieNode(CookieTreeNode* cookie_node);
|
|
|
| + // Filter the origins to only display matched results.
|
| + void UpdateSearchResults(const std::wstring& filter);
|
| +
|
| private:
|
| enum CookieIconIndex {
|
| ORIGIN = 0,
|
| @@ -195,6 +198,7 @@
|
| typedef std::vector<net::CookieMonster::CookieListPair*> CookiePtrList;
|
|
|
| void LoadCookies();
|
| + void LoadCookiesWithFilter(const std::wstring& filter);
|
|
|
| // The profile from which this model sources cookies.
|
| Profile* profile_;
|
|
|