Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: chrome_frame/test/net/fake_external_tab.cc

Issue 10911151: URLRequestHttpJob::StartTransaction should honour network delegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2 tests split into 6 and only 4 disabled for CF Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/url_request/url_request_http_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/net/fake_external_tab.cc
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index 860869616a353454929b4375a0f577d21e67571c..943bdcde2bbff12ad1641dc61ab5522f6502d72a 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -208,6 +208,13 @@ void FilterDisabledTests() {
// the second state is not supported by CF.
"URLRequestTestHTTP.NetworkDelegateBlockAsynchronously",
+ // Tests for cancelling requests in states OnBeforeSendHeaders and
+ // OnHeadersReceived, which do not seem supported by CF.
battre 2012/09/27 07:24:30 Why are they not supported? This looks like a weak
vabr (Chromium) 2012/09/27 18:15:12 I was re-using the argument from other parts of th
+ "URLRequestTestHTTP.NetworkDelegateCancelRequestSynchronously2",
+ "URLRequestTestHTTP.NetworkDelegateCancelRequestSynchronously3",
+ "URLRequestTestHTTP.NetworkDelegateCancelRequestAsynchronously2",
+ "URLRequestTestHTTP.NetworkDelegateCancelRequestAsynchronously3",
+
// Tests that requests can be cancelled while blocking in
// OnBeforeSendHeaders state. But this state is not supported by CF.
"URLRequestTestHTTP.NetworkDelegateCancelWhileWaiting2",
« no previous file with comments | « no previous file | net/url_request/url_request_http_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698