diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-25 15:48:28 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-25 15:48:28 +0000 |
commit | c8e234f12d0ab9c50a1665c0a9d2fae9b5623f3e (patch) | |
tree | d9aa1986ec2f1a67fc8aaea63d585755fff815b7 /chrome/common/pref_names.cc | |
parent | bb43f33a8d466bb3783a10e726f9e348ca6350bd (diff) | |
download | chromium_src-c8e234f12d0ab9c50a1665c0a9d2fae9b5623f3e.zip chromium_src-c8e234f12d0ab9c50a1665c0a9d2fae9b5623f3e.tar.gz chromium_src-c8e234f12d0ab9c50a1665c0a9d2fae9b5623f3e.tar.bz2 |
Remember the clear browsing data combo box selection.
(Checking in for external contributer Arthur Lussos <developer0420@gmail.com>, who is already listed in AUTHORS)
Reviewed at http://codereview.chromium.org/7946
Review URL: http://codereview.chromium.org/7993
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3978 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 9d2be21..f5c7b06 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -193,15 +193,14 @@ const wchar_t kShowHomeButton[] = L"browser.show_home_button"; const wchar_t kRecentlySelectedEncoding[] = L"profile.recently_selected_encodings"; -// Boolean prefs that define the default values for the check boxes in the Clear -// Browsing Data dialog. +// Clear Browsing Data dialog preferences. const wchar_t kDeleteBrowsingHistory[] = L"browser.clear_data.browsing_history"; const wchar_t kDeleteDownloadHistory[] = L"browser.clear_data.download_history"; const wchar_t kDeleteCache[] = L"browser.clear_data.cache"; const wchar_t kDeleteCookies[] = L"browser.clear_data.cookies"; const wchar_t kDeletePasswords[] = L"browser.clear_data.passwords"; - +const wchar_t kDeleteTimePeriod[] = L"browser.clear_data.time_period"; // *************** LOCAL STATE *************** // These are attached to the machine/installation |