summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browsing_data_remover.h
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-21 04:43:46 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-21 04:43:46 +0000
commitc03a7c0f185c62453af874281ab0560389073e87 (patch)
tree9edbc0aa7afbd93b1a66c5ae5c7b9905139b7d1b /chrome/browser/browsing_data_remover.h
parent1abae93bf88659d53dda57b2f7c150440047b950 (diff)
downloadchromium_src-c03a7c0f185c62453af874281ab0560389073e87.zip
chromium_src-c03a7c0f185c62453af874281ab0560389073e87.tar.gz
chromium_src-c03a7c0f185c62453af874281ab0560389073e87.tar.bz2
Revert 36098 because the UI team has decided on a different long-term direction for
the clear browsing data dialog. TEST=none BUG=none Review URL: http://codereview.chromium.org/542126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36733 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browsing_data_remover.h')
-rw-r--r--chrome/browser/browsing_data_remover.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/browsing_data_remover.h b/chrome/browser/browsing_data_remover.h
index a635c69..8fccfe0 100644
--- a/chrome/browser/browsing_data_remover.h
+++ b/chrome/browser/browsing_data_remover.h
@@ -35,7 +35,6 @@ class BrowsingDataRemover : public NotificationObserver {
static const int REMOVE_PASSWORDS = 1 << 3;
static const int REMOVE_FORM_DATA = 1 << 4;
static const int REMOVE_CACHE = 1 << 5;
- static const int REMOVE_LOCAL_STORAGE = 1 << 6;
// Observer is notified when the removal is done. Done means keywords have
// been deleted, cache cleared and all other tasks scheduled.