| Index: chrome/test/base/test_url_request_context_getter.cc
|
| diff --git a/chrome/test/base/test_url_request_context_getter.cc b/chrome/test/base/test_url_request_context_getter.cc
|
| deleted file mode 100644
|
| index 4cd0a8927e3fbf675b14c6e5d6908f14bed3682d..0000000000000000000000000000000000000000
|
| --- a/chrome/test/base/test_url_request_context_getter.cc
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "chrome/test/base/test_url_request_context_getter.h"
|
| -
|
| -#include "content/public/browser/browser_thread.h"
|
| -#include "net/url_request/url_request_test_util.h"
|
| -
|
| -using content::BrowserThread;
|
| -
|
| -TestURLRequestContextGetter::TestURLRequestContextGetter() {}
|
| -
|
| -TestURLRequestContextGetter::~TestURLRequestContextGetter() {}
|
| -
|
| -net::URLRequestContext* TestURLRequestContextGetter::GetURLRequestContext() {
|
| - if (!context_)
|
| - context_ = new TestURLRequestContext();
|
| - return context_.get();
|
| -}
|
| -
|
| -scoped_refptr<base::MessageLoopProxy>
|
| -TestURLRequestContextGetter::GetIOMessageLoopProxy() const {
|
| - return BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO);
|
| -}
|
|
|