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

Unified Diff: net/url_request/url_request_job_manager.h

Issue 740643003: Use URLRequestJobManager to retry data reduction proxy bypasses (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: export manager Created 6 years, 1 month 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 | « components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_job_manager.h
diff --git a/net/url_request/url_request_job_manager.h b/net/url_request/url_request_job_manager.h
index ca67e56209ccfadb631f456e402fcc96f8494d5c..803e9b6035a5e1c372c527be026d3e19f65e1df1 100644
--- a/net/url_request/url_request_job_manager.h
+++ b/net/url_request/url_request_job_manager.h
@@ -24,7 +24,7 @@ namespace net {
// URLRequest is designed to have all consumers on a single thread, and
// so no attempt is made to support Interceptor instances being
// registered/unregistered or in any way poked on multiple threads.
-class URLRequestJobManager {
+class NET_EXPORT URLRequestJobManager {
mmenke 2014/11/20 16:46:09 include net/base/net_export.h (Or something like t
bengr 2014/11/20 17:30:38 Done.
public:
// Returns the singleton instance.
static URLRequestJobManager* GetInstance();
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698