diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-03 00:37:18 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-03 00:37:18 +0000 |
commit | 7e2584b7da3b6a7f797ec9040c91e0f612d11239 (patch) | |
tree | d11a1f798d166da8998da12419124a1a6a1efaba /chrome/common/pref_names.h | |
parent | ffdd3aafda7da07f7cb7d5d10eae6276336e3270 (diff) | |
download | chromium_src-7e2584b7da3b6a7f797ec9040c91e0f612d11239.zip chromium_src-7e2584b7da3b6a7f797ec9040c91e0f612d11239.tar.gz chromium_src-7e2584b7da3b6a7f797ec9040c91e0f612d11239.tar.bz2 |
Clear local state (cookies, databases, local storage) on exit.
BUG=32719
TEST=none
Review URL: http://codereview.chromium.org/564012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37913 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index da24ab0..2c8cfc0 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -121,6 +121,7 @@ extern const wchar_t kDesktopNotificationDeniedOrigins[]; extern const wchar_t kDefaultContentSettings[]; extern const wchar_t kPerHostContentSettings[]; extern const wchar_t kBlockThirdPartyCookies[]; +extern const wchar_t kClearSiteDataOnExit[]; extern const wchar_t kPerHostZoomLevels[]; extern const wchar_t kAutoFillInfoBarShown[]; extern const wchar_t kAutoFillEnabled[]; |