summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/pref_names.cc3
-rw-r--r--chrome/common/pref_names.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 664f5bd..ad07566 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -120,9 +120,6 @@ const wchar_t kSearchSuggestEnabled[] = L"search.suggest_enabled";
// 2 - block all cookies
const wchar_t kCookieBehavior[] = L"security.cookie_behavior";
-// Dictionary of exceptions to the default cookie behavior.
-const wchar_t kCookieExceptions[] = L"security.cookie_exceptions";
-
// Boolean that is true if mixed content should be filtered.
// TODO(jcampan): http://b/1084034: at some point this will become an enum
// (int): don't filter, filter everything, filter images only.
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 30cf464..2afb1e5 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -49,7 +49,6 @@ extern const wchar_t kFormAutofillEnabled[];
extern const wchar_t kSafeBrowsingEnabled[];
extern const wchar_t kSearchSuggestEnabled[];
extern const wchar_t kCookieBehavior[];
-extern const wchar_t kCookieExceptions[];
extern const wchar_t kMixedContentFiltering[];
extern const wchar_t kDefaultSearchProviderSearchURL[];
extern const wchar_t kDefaultSearchProviderSuggestURL[];