Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1662)

Unified Diff: chrome/browser/browsing_data/browsing_data_remover.h

Issue 428323002: ifdef remaining extensions code in chrome/browser/browsing_data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/browsing_data/browsing_data_helper_unittest.cc ('k') | chrome/browser/browsing_data/browsing_data_remover.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698