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

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 redundant comments Created 4 years, 8 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 b470d85c34f4e6da1d22b6cb7093e2daae2ae453..4310735eecbde1e0ca0d78db91dba7af1c8ecd20 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -620,6 +620,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;
+ const NetworkDelegate* network_delegate() const { return network_delegate_; }
+
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