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

Unified Diff: chrome/browser/net/url_request_mock_link_doctor_job.h

Issue 10855209: Refactoring: ProtocolHandler::MaybeCreateJob takes NetworkDelegate as argument (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Latest merge Created 8 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 | « chrome/browser/net/connect_interceptor.cc ('k') | chrome/browser/net/url_request_mock_link_doctor_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/url_request_mock_link_doctor_job.h
diff --git a/chrome/browser/net/url_request_mock_link_doctor_job.h b/chrome/browser/net/url_request_mock_link_doctor_job.h
index eba6c578dabb456b0c137a8f4fd5b4d142fc7616..c559d0664bdc70c0b2e000983ea4a612c229967d 100644
--- a/chrome/browser/net/url_request_mock_link_doctor_job.h
+++ b/chrome/browser/net/url_request_mock_link_doctor_job.h
@@ -11,7 +11,8 @@
class URLRequestMockLinkDoctorJob : public URLRequestMockHTTPJob {
public:
- explicit URLRequestMockLinkDoctorJob(net::URLRequest* request);
+ URLRequestMockLinkDoctorJob(net::URLRequest* request,
+ net::NetworkDelegate* network_delegate);
static net::URLRequest::ProtocolFactory Factory;
« no previous file with comments | « chrome/browser/net/connect_interceptor.cc ('k') | chrome/browser/net/url_request_mock_link_doctor_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698