diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-23 16:22:14 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-23 16:22:14 +0000 |
commit | c37f8b42ae69eb7070f46c0be0791c0c67bf2163 (patch) | |
tree | 2f1a33c964833b2a2b78b9defe8d76b58ebedcc5 /chrome/common/pref_names.h | |
parent | d63bfa7d4c4ed7a928c4a9cef41847fef8e29109 (diff) | |
download | chromium_src-c37f8b42ae69eb7070f46c0be0791c0c67bf2163.zip chromium_src-c37f8b42ae69eb7070f46c0be0791c0c67bf2163.tar.gz chromium_src-c37f8b42ae69eb7070f46c0be0791c0c67bf2163.tar.bz2 |
Load filter rules from preferences.
BUG=32782
TEST=unit_tests
Review URL: http://codereview.chromium.org/555033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36962 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 9eeed75..1627d31 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 kPerHostZoomLevels[]; extern const wchar_t kAutoFillInfoBarShown[]; extern const wchar_t kAutoFillEnabled[]; +extern const wchar_t kPrivacyFilterRules[]; // Local state extern const wchar_t kMetricsClientID[]; |