Index: trunk/src/content/test/test_content_browser_client.cc |
=================================================================== |
--- trunk/src/content/test/test_content_browser_client.cc (revision 219785) |
+++ trunk/src/content/test/test_content_browser_client.cc (working copy) |
@@ -8,9 +8,7 @@ |
#include "base/files/file_path.h" |
#include "base/logging.h" |
-#include "content/public/browser/browser_thread.h" |
#include "content/test/test_web_contents_view.h" |
-#include "net/url_request/url_request_test_util.h" |
namespace content { |
@@ -32,13 +30,6 @@ |
#endif |
} |
-net::URLRequestContextGetter* TestContentBrowserClient::CreateRequestContext( |
- BrowserContext* browser_context, |
- ProtocolHandlerMap* protocol_handlers) { |
- return new net::TestURLRequestContextGetter( |
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)); |
-} |
- |
base::FilePath TestContentBrowserClient::GetDefaultDownloadDirectory() { |
if (!download_dir_.IsValid()) { |
bool result = download_dir_.CreateUniqueTempDir(); |