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

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

Issue 2910923002: Define DATA_TYPE_SITE_DATA in terms of DATA_TYPE_DOM_STORAGE. (Closed)
Patch Set: Added tests. Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/browsing_data/browsing_data_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.h
diff --git a/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.h b/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.h
index 90747b09ca977c96ce18d365a0ab96a68b0cdd4c..56916170d01eecaa45144bb1154c592adc56bf78 100644
--- a/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.h
+++ b/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.h
@@ -79,15 +79,9 @@ class ChromeBrowsingDataRemoverDelegate
// "Site data" includes storage backend accessible to websites and some
// additional metadata kept by the browser (e.g. site usage data).
DATA_TYPE_SITE_DATA =
- content::BrowsingDataRemover::DATA_TYPE_APP_CACHE |
content::BrowsingDataRemover::DATA_TYPE_COOKIES |
- content::BrowsingDataRemover::DATA_TYPE_FILE_SYSTEMS |
- content::BrowsingDataRemover::DATA_TYPE_INDEXED_DB |
- content::BrowsingDataRemover::DATA_TYPE_LOCAL_STORAGE |
- content::BrowsingDataRemover::DATA_TYPE_SERVICE_WORKERS |
- content::BrowsingDataRemover::DATA_TYPE_CACHE_STORAGE |
- content::BrowsingDataRemover::DATA_TYPE_WEB_SQL |
content::BrowsingDataRemover::DATA_TYPE_CHANNEL_IDS |
+ content::BrowsingDataRemover::DATA_TYPE_DOM_STORAGE |
DATA_TYPE_PLUGIN_DATA |
#if defined(OS_ANDROID)
DATA_TYPE_WEB_APP_DATA |
« no previous file with comments | « no previous file | chrome/browser/extensions/api/browsing_data/browsing_data_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698