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_; |
Lei Zhang
2014/07/30 21:28:38
I can't tell if this exists simply to add a refere
Mike West
2014/07/31 06:32:39
I think it's safe to remove, thanks!
|
- |
// Start time to delete from. |
const base::Time delete_begin_; |