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

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

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
Index: trunk/src/content/public/test/mock_resource_context.h
===================================================================
--- trunk/src/content/public/test/mock_resource_context.h (revision 219785)
+++ trunk/src/content/public/test/mock_resource_context.h (working copy)
@@ -21,7 +21,7 @@
MockResourceContext();
// Does not take ownership of |test_request_context|.
- explicit MockResourceContext(net::URLRequestContext* request_context);
+ explicit MockResourceContext(net::URLRequestContext* test_request_context);
virtual ~MockResourceContext();
@@ -42,7 +42,7 @@
}
private:
- net::URLRequestContext* request_context_;
+ net::URLRequestContext* test_request_context_;
bool mic_allowed_;
bool camera_allowed_;
« no previous file with comments | « trunk/src/content/public/common/content_switches.cc ('k') | trunk/src/content/public/test/mock_resource_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698