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.h | |
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.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 b8dd143..973dfb4 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -68,6 +68,7 @@ extern const wchar_t kDeleteDownloadHistory[]; extern const wchar_t kDeleteCache[]; extern const wchar_t kDeleteCookies[]; extern const wchar_t kDeletePasswords[]; +extern const wchar_t kDeleteTimePeriod[]; // Local state extern const wchar_t kAvailableProfiles[]; |