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

Unified Diff: content/test/net/url_request_failed_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 | « content/test/net/url_request_abort_on_end_job.cc ('k') | content/test/net/url_request_failed_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/net/url_request_failed_job.h
diff --git a/content/test/net/url_request_failed_job.h b/content/test/net/url_request_failed_job.h
index 9c8a387c8771a569825dabd26b99fb4da999fc33..39ab9d0fad3312003b772198fef2f255ce102eff 100644
--- a/content/test/net/url_request_failed_job.h
+++ b/content/test/net/url_request_failed_job.h
@@ -16,7 +16,9 @@
// trying to connect.
class URLRequestFailedJob : public net::URLRequestJob {
public:
- URLRequestFailedJob(net::URLRequest* request, int net_error);
+ URLRequestFailedJob(net::URLRequest* request,
+ net::NetworkDelegate* network_delegate,
+ int net_error);
virtual void Start() OVERRIDE;
@@ -31,6 +33,7 @@ class URLRequestFailedJob : public net::URLRequestJob {
private:
static net::URLRequestJob* Factory(net::URLRequest* request,
+ net::NetworkDelegate* network_delegate,
const std::string& scheme);
virtual ~URLRequestFailedJob();
« no previous file with comments | « content/test/net/url_request_abort_on_end_job.cc ('k') | content/test/net/url_request_failed_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698