summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-13 05:05:24 +0000
committerjorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-13 05:05:24 +0000
commit8f51d68fb92cd74f374edc44347abe5000cbd2ec (patch)
tree48f8820cfc3019d421286cc2f70e9877696a7d86 /chrome/common/pref_names.h
parentbd92c3aee82e619df3526b4d971b706ab070167c (diff)
downloadchromium_src-8f51d68fb92cd74f374edc44347abe5000cbd2ec.zip
chromium_src-8f51d68fb92cd74f374edc44347abe5000cbd2ec.tar.gz
chromium_src-8f51d68fb92cd74f374edc44347abe5000cbd2ec.tar.bz2
Adds "Delete Local Storage" option to "Clear Browsing Data" for Windows and GTK.
NOTE: This change does not contain src/chrome/app/nibs/ClearBrowsingData.xib. It'll be edited by someone who knows about Mac. BUG=none TEST=The clear browser data dialog box should have a new option: Delete local storage" Landing for Marcus Original CL: http://codereview.chromium.org/524026 Review URL: http://codereview.chromium.org/542048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 2e218e0..740971d 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -79,6 +79,7 @@ extern const wchar_t kRecentlySelectedEncoding[];
extern const wchar_t kDeleteBrowsingHistory[];
extern const wchar_t kDeleteDownloadHistory[];
extern const wchar_t kDeleteCache[];
+extern const wchar_t kDeleteLocalStorage[];
extern const wchar_t kDeleteCookies[];
extern const wchar_t kDeletePasswords[];
extern const wchar_t kDeleteFormData[];