| Index: chrome/browser/extensions/autoupdate_interceptor.cc
|
| diff --git a/chrome/browser/extensions/autoupdate_interceptor.cc b/chrome/browser/extensions/autoupdate_interceptor.cc
|
| index b50000c644e933ff1c922003b0e8a02840c305b0..e9191894b5d163f26ca0122e9342821a2efb825f 100644
|
| --- a/chrome/browser/extensions/autoupdate_interceptor.cc
|
| +++ b/chrome/browser/extensions/autoupdate_interceptor.cc
|
| @@ -33,7 +33,8 @@ AutoUpdateInterceptor::~AutoUpdateInterceptor() {
|
| net::URLRequest::UnregisterRequestInterceptor(this);
|
| }
|
|
|
| -URLRequestJob* AutoUpdateInterceptor::MaybeIntercept(net::URLRequest* request) {
|
| +net::URLRequestJob* AutoUpdateInterceptor::MaybeIntercept(
|
| + net::URLRequest* request) {
|
| EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| if (request->url().scheme() != "http" ||
|
| request->url().host() != "localhost") {
|
|
|