| Index: chrome/browser/browsing_data/browsing_data_database_helper.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_database_helper.h b/chrome/browser/browsing_data/browsing_data_database_helper.h
|
| index b714f01dcb9f86bdb155af85074ce59602b049c0..096d73a706979f6d95b9c32d7e9f9873df2b9290 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_database_helper.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_database_helper.h
|
| @@ -115,11 +115,6 @@ class CannedBrowsingDataDatabaseHelper : public BrowsingDataDatabaseHelper {
|
|
|
| explicit CannedBrowsingDataDatabaseHelper(Profile* profile);
|
|
|
| - // Return a copy of the database 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.
|
| - CannedBrowsingDataDatabaseHelper* Clone();
|
| -
|
| // Add a database to the set of canned databases that is returned by this
|
| // helper.
|
| void AddDatabase(const GURL& origin,
|
| @@ -150,8 +145,6 @@ class CannedBrowsingDataDatabaseHelper : public BrowsingDataDatabaseHelper {
|
|
|
| std::set<PendingDatabaseInfo> pending_database_info_;
|
|
|
| - Profile* profile_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(CannedBrowsingDataDatabaseHelper);
|
| };
|
|
|
|
|