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

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

Issue 10918279: Provide mutable members of UrlRequestContext via pure-virtual interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable test for chrome_frame_net_tests Created 8 years, 1 month 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
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 1f6c808f69737ee653e2453e94a38d262823c400..87f30650054cfabc3483ecb3469f26c86c49ae90 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -264,9 +264,10 @@ void FilterDisabledTests() {
"URLRequestTestHTTP.ProxyTunnelRedirectTest",
"URLRequestTestHTTP.UnexpectedServerAuthTest",
- // This test is disabled as it expects an empty UA to be echoed back from
- // the server which is not the case in ChromeFrame.
+ // These tests are disabled as they expect an empty UA to be echoed back
+ // from the server which is not the case in ChromeFrame.
"URLRequestTestHTTP.DefaultUserAgent",
+ "URLRequestTestHTTP.EmptyHttpUserAgentSettings",
// This test modifies the UploadData object after it has been marshaled to
// ChromeFrame. We don't support this.
"URLRequestTestHTTP.TestPostChunkedDataAfterStart",
« no previous file with comments | « chrome/service/net/service_url_request_context.cc ('k') | chrome_frame/test/net/test_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698