diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 18:24:55 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 18:24:55 +0000 |
commit | 9fb83e856fc12168151094df31e57177e4844417 (patch) | |
tree | 57e9721150e4f940a3bb1e6444e8423108005805 /chrome_frame | |
parent | 00b5930321cc07dd3ccf726a15f1e25fd78e2577 (diff) | |
download | chromium_src-9fb83e856fc12168151094df31e57177e4844417.zip chromium_src-9fb83e856fc12168151094df31e57177e4844417.tar.gz chromium_src-9fb83e856fc12168151094df31e57177e4844417.tar.bz2 |
Store blocked and accessed cookies in the tab contents.
This will enable chrome to display all cookies used/blocked on the current site to the user instead of just the information that something was blocked. The cookies are collected in data structures suitable for displaying them using the cookies tree model.
BUG=45230
TEST=none
Review URL: http://codereview.chromium.org/2370001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51545 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index aab6e63..fbdc192 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -441,8 +441,8 @@ void FilterDisabledTests() { "URLRequestTest.CookiePolicy_ForceSession", "URLRequestTest.DoNotSendCookies", "URLRequestTest.DoNotSendCookies_ViaPolicy_Async", - "URLRequestTest.CancelTest_During_OnGetCookiesBlocked", - "URLRequestTest.CancelTest_During_OnSetCookieBlocked", + "URLRequestTest.CancelTest_During_OnGetCookies", + "URLRequestTest.CancelTest_During_OnSetCookie", // These tests are disabled as the rely on functionality provided by // Chrome's HTTP stack like the ability to set the proxy for a URL, etc. |