Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(524)

Unified Diff: trunk/src/content/test/test_content_browser_client.cc

Issue 23551005: Revert 219709 "Remove the Extensions URLRequestContext." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/content/test/test_content_browser_client.h ('k') | trunk/src/net/cookies/cookie_monster.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « trunk/src/content/test/test_content_browser_client.h ('k') | trunk/src/net/cookies/cookie_monster.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698