| Index: chrome/browser/browsing_data/browsing_data_remover.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.h b/chrome/browser/browsing_data/browsing_data_remover.h
|
| index d4b91d7311d3cb0cadb00f0dba544ae328a35926..6ef5822d925b1cee9e1f26e072b04e13b5970637 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.h
|
| @@ -388,9 +388,6 @@ class BrowsingDataRemover
|
| // Profile we're to remove from.
|
| Profile* profile_;
|
|
|
| - // 'Protected' origins are not subject to data removal.
|
| - scoped_refptr<ExtensionSpecialStoragePolicy> special_storage_policy_;
|
| -
|
| // Start time to delete from.
|
| const base::Time delete_begin_;
|
|
|
|
|