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

Unified Diff: content/public/test/mock_resource_context.h

Issue 12546016: Remove the Extensions URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android webview init fix merged in. 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 | « content/public/common/content_switches.cc ('k') | content/public/test/mock_resource_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/mock_resource_context.h
diff --git a/content/public/test/mock_resource_context.h b/content/public/test/mock_resource_context.h
index 8f1791a5f8bb9b7b2e0746409ce1ff47280590ef..934b20ef67e61eee03b6eca3140d00e10f9e50bc 100644
--- a/content/public/test/mock_resource_context.h
+++ b/content/public/test/mock_resource_context.h
@@ -21,7 +21,7 @@ class MockResourceContext : public ResourceContext {
MockResourceContext();
// Does not take ownership of |test_request_context|.
- explicit MockResourceContext(net::URLRequestContext* test_request_context);
+ explicit MockResourceContext(net::URLRequestContext* request_context);
virtual ~MockResourceContext();
@@ -42,7 +42,7 @@ class MockResourceContext : public ResourceContext {
}
private:
- net::URLRequestContext* test_request_context_;
+ net::URLRequestContext* request_context_;
bool mic_allowed_;
bool camera_allowed_;
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/public/test/mock_resource_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698