Index: chrome/browser/browsing_data/browsing_data_cookie_helper.h |
diff --git a/chrome/browser/browsing_data/browsing_data_cookie_helper.h b/chrome/browser/browsing_data/browsing_data_cookie_helper.h |
index 7c100f37c6ea3dc3453032e9b9caf3e1bb918850..a815a60469912782585ac277121a8ece74557bb9 100644 |
--- a/chrome/browser/browsing_data/browsing_data_cookie_helper.h |
+++ b/chrome/browser/browsing_data/browsing_data_cookie_helper.h |
@@ -96,11 +96,6 @@ class CannedBrowsingDataCookieHelper : public BrowsingDataCookieHelper { |
explicit CannedBrowsingDataCookieHelper( |
net::URLRequestContextGetter* request_context); |
- // Return a copy of the cookie helper. Only one consumer can use the |
- // StartFetching method at a time, so we need to create a copy of the helper |
- // everytime we instantiate a cookies tree model for it. |
- CannedBrowsingDataCookieHelper* Clone(); |
- |
// Adds the cookies from |cookie_list|. Current cookies that have the same |
// cookie name, cookie domain, cookie path, host-only-flag tuple as passed |
// cookies are replaced by the passed cookies. |