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

Unified Diff: net/base/layered_network_delegate.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
Index: net/base/layered_network_delegate.h
diff --git a/net/base/layered_network_delegate.h b/net/base/layered_network_delegate.h
index 9f0928e7d1b3d43ee4bae02a72421b54b2e660cb..627d6749a19bd890f1948f47775b4c1ffc0d45c6 100644
--- a/net/base/layered_network_delegate.h
+++ b/net/base/layered_network_delegate.h
@@ -89,6 +89,7 @@ class NET_EXPORT LayeredNetworkDelegate : public NetworkDelegate {
const URLRequest& request,
const GURL& target_url,
const GURL& referrer_url) const final;
+ URLBlacklistState GetURLBlacklistState(const GURL& url) override;
protected:
virtual void OnBeforeURLRequestInternal(URLRequest* request,

Powered by Google App Engine
This is Rietveld 408576698