| Index: chrome_frame/test/net/test_automation_provider.cc
|
| diff --git a/chrome_frame/test/net/test_automation_provider.cc b/chrome_frame/test/net/test_automation_provider.cc
|
| index 496e9437bbd23be574cadf45b1c40602e7ddc9fb..d6417bd271cb0c8683aca36361363de2b098e0ad 100644
|
| --- a/chrome_frame/test/net/test_automation_provider.cc
|
| +++ b/chrome_frame/test/net/test_automation_provider.cc
|
| @@ -77,7 +77,7 @@ net::URLRequestJob* TestAutomationProvider::Factory(
|
| if (CFTestsDisabled())
|
| return NULL;
|
|
|
| - if (request->url().SchemeIs("http") || request->url().SchemeIs("https")) {
|
| + if (request->url().SchemeIsHttp()) {
|
| // Only look at requests that don't have any user data.
|
| // ResourceDispatcherHost uses the user data for requests that it manages.
|
| // We don't want to mess with those.
|
|
|