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

Unified Diff: content/test/net/url_request_slow_http_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_slow_download_job.cc ('k') | content/test/net/url_request_slow_http_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_slow_http_job.h
diff --git a/content/test/net/url_request_slow_http_job.h b/content/test/net/url_request_slow_http_job.h
index 27265a76305ccbfa73f39401c127530f02fc66bc..cbb2d7ee3ed18958f1d9078a2e99c1260617167a 100644
--- a/content/test/net/url_request_slow_http_job.h
+++ b/content/test/net/url_request_slow_http_job.h
@@ -12,7 +12,9 @@
class URLRequestSlowHTTPJob : public URLRequestMockHTTPJob {
public:
- URLRequestSlowHTTPJob(net::URLRequest* request, const FilePath& file_path);
+ URLRequestSlowHTTPJob(net::URLRequest* request,
+ net::NetworkDelegate* network_delegate,
+ const FilePath& file_path);
static const int kDelayMs;
« no previous file with comments | « content/test/net/url_request_slow_download_job.cc ('k') | content/test/net/url_request_slow_http_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698