diff options
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index a3c4736..b8dd143 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -63,6 +63,11 @@ extern const wchar_t kDnsStartupPrefetchList[]; extern const wchar_t kIpcDisabledMessages[]; extern const wchar_t kShowHomeButton[]; extern const wchar_t kRecentlySelectedEncoding[]; +extern const wchar_t kDeleteBrowsingHistory[]; +extern const wchar_t kDeleteDownloadHistory[]; +extern const wchar_t kDeleteCache[]; +extern const wchar_t kDeleteCookies[]; +extern const wchar_t kDeletePasswords[]; // Local state extern const wchar_t kAvailableProfiles[]; |