summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorycxiao@chromium.org <ycxiao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-25 21:54:46 +0000
committerycxiao@chromium.org <ycxiao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-25 21:54:46 +0000
commit54f4c9365c700f6622125f06e9af19a2a1226643 (patch)
treeadf11ef3c1df24598fc3d20fd60354b64494edd7 /chrome_frame
parentb3c9dd097b9db87290001715c0add9ebbc309b5f (diff)
downloadchromium_src-54f4c9365c700f6622125f06e9af19a2a1226643.zip
chromium_src-54f4c9365c700f6622125f06e9af19a2a1226643.tar.gz
chromium_src-54f4c9365c700f6622125f06e9af19a2a1226643.tar.bz2
Update the url_request_http_job according to the asynchronous CookieMonster API.
BUG=68657 TEST=XXX Review URL: http://codereview.chromium.org/7210046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93966 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index 53b33ba..5acd9f4 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -480,6 +480,7 @@ void FilterDisabledTests() {
// later by using the new INTERNET_OPTION_SUPPRESS_BEHAVIOR flags
// See http://msdn.microsoft.com/en-us/library/aa385328(VS.85).aspx
"URLRequestTest.DoNotSaveCookies",
+ "URLRequestTest.DelayedCookieCallback",
// TODO(ananta): This test has been consistently failing. Disabling it for
// now.