From b75858a2c0bdb08b5324e2610d04498aadc9f600 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Fri, 29 Jan 2010 22:42:48 +0000 Subject: Revert r37535. There was no LGTM, and there was still open discussion in the code review. See http://codereview.chromium.org/554119. This was not ready to land. TBR=pkasting BUG=none TEST=none Review URL: http://codereview.chromium.org/553154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37556 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/pref_names.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/common/pref_names.cc') 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. -- cgit v1.1