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

Unified Diff: net/url_request/url_request.h

Issue 1692503002: Functionality to allow blacklist and whitelist of custom schemes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused comments Created 4 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
« net/base/network_delegate.h ('K') | « net/base/network_delegate.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.h
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
index 1a174704c6c329fccb3561163d11e26b62ee8fa9..39b0b712e30a08e8263cf3bf91abcd6099744e67 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -629,6 +629,8 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
// Used to specify the context (cookie store, cache) for this request.
const URLRequestContext* context() const;
+ NetworkDelegate* network_delegate() { return network_delegate_; }
Thiemo Nagel 2016/03/08 18:44:35 Please make this const if possible.
+
const BoundNetLog& net_log() const { return net_log_; }
// Returns the expected content size if available
« net/base/network_delegate.h ('K') | « net/base/network_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698