Index: chrome/browser/cookies_tree_model.h |
=================================================================== |
--- chrome/browser/cookies_tree_model.h (revision 40181) |
+++ chrome/browser/cookies_tree_model.h (working copy) |
@@ -394,6 +394,8 @@ |
void PopulateDatabaseInfoWithFilter(const std::wstring& filter); |
void PopulateLocalStorageInfoWithFilter(const std::wstring& filter); |
+ std::wstring FormExtensionNodeName(const std::string& extension_id); |
+ |
// The profile from which this model sources cookies. |
Profile* profile_; |
CookieList all_cookies_; |