| 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",
|
|
|