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

Unified Diff: net/url_request/url_request_job.cc

Issue 12701011: [Net] Propagate priority changes from URLRequest to HttpTransaction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix leaks Created 7 years, 9 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 | « net/url_request/url_request_job.h ('k') | net/url_request/url_request_test_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_job.cc
diff --git a/net/url_request/url_request_job.cc b/net/url_request/url_request_job.cc
index 6bbaa2935d92a68ef35555aecefdc7afc59cabb5..3c470a4ae7f0a88939feab514d13d279ecd06732 100644
--- a/net/url_request/url_request_job.cc
+++ b/net/url_request/url_request_job.cc
@@ -45,6 +45,9 @@ void URLRequestJob::SetUpload(UploadDataStream* upload) {
void URLRequestJob::SetExtraRequestHeaders(const HttpRequestHeaders& headers) {
}
+void URLRequestJob::SetPriority(RequestPriority priority) {
+}
+
void URLRequestJob::Kill() {
weak_factory_.InvalidateWeakPtrs();
// Make sure the request is notified that we are done. We assume that the
« no previous file with comments | « net/url_request/url_request_job.h ('k') | net/url_request/url_request_test_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698