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

Unified Diff: net/url_request/url_request_job_manager.cc

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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_manager.h ('k') | sandbox/linux/services/credentials.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_manager.cc
diff --git a/net/url_request/url_request_job_manager.cc b/net/url_request/url_request_job_manager.cc
index a1540fadc5ac7ac9aa9d052a75e5a3f30e13532a..9fc963dd4a867aee45795a38f608e7db2cef201e 100644
--- a/net/url_request/url_request_job_manager.cc
+++ b/net/url_request/url_request_job_manager.cc
@@ -150,9 +150,7 @@ bool URLRequestJobManager::SupportsScheme(const std::string& scheme) {
return false;
}
-URLRequestJobManager::URLRequestJobManager()
- : allowed_thread_(0),
- allowed_thread_initialized_(false) {
+URLRequestJobManager::URLRequestJobManager() {
}
URLRequestJobManager::~URLRequestJobManager() {}
« no previous file with comments | « net/url_request/url_request_job_manager.h ('k') | sandbox/linux/services/credentials.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698