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

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

Issue 7044092: Not allow compression when requesting multimedia (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 6 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 | media/filters/ffmpeg_demuxer.cc » ('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
===================================================================
--- chrome_frame/test/net/fake_external_tab.cc (revision 89645)
+++ chrome_frame/test/net/fake_external_tab.cc (working copy)
@@ -476,6 +476,12 @@
// This test modifies the UploadData object after it has been marshaled to
// ChromeFrame. We don't support this.
"URLRequestTestHTTP.TestPostChunkedDataAfterStart",
+
+ // Do not work in CF, it may well be that IE is unconditionally
+ // adding Accept-Encoding header by default to outgoing requests.
+ "URLRequestTestHTTP.DefaultAcceptEncoding",
+ "URLRequestTestHTTP.OverrideAcceptEncoding",
+
// Not supported in ChromeFrame as we use IE's network stack.
"URLRequestTest.NetworkDelegateProxyError",
};
« no previous file with comments | « no previous file | media/filters/ffmpeg_demuxer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698