diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 45ca3a1..39fdb86 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -309,10 +309,6 @@ const wchar_t kPerHostContentSettings[] = L"profile.per_host_content_settings"; // regardless of other content settings. const wchar_t kBlockThirdPartyCookies[] = L"profile.block_third_party_cookies"; -// Boolean that is true when all locally stored site data (e.g. cookies, local -// storage, etc..) should be deleted on exit. -const wchar_t kClearSiteDataOnExit[] = L"profile.clear_site_data_on_exit"; - // Dictionary that maps hostnames to zoom levels. Hosts not in this pref will // be displayed at the default zoom level. const wchar_t kPerHostZoomLevels[] = L"profile.per_host_zoom_levels"; |