Index: chrome/browser/net/chrome_network_delegate.h |
diff --git a/chrome/browser/net/chrome_network_delegate.h b/chrome/browser/net/chrome_network_delegate.h |
index f851f3674e6c1bf83c18e4852d8f6d43a7645c10..2c931db37524512ba53f80990d18c30a1a71fdeb 100644 |
--- a/chrome/browser/net/chrome_network_delegate.h |
+++ b/chrome/browser/net/chrome_network_delegate.h |
@@ -82,6 +82,10 @@ class ChromeNetworkDelegate : public net::NetworkDelegateImpl { |
url_blacklist_manager_ = url_blacklist_manager; |
} |
+#if defined(ENABLE_CONFIGURATION_POLICY) |
Andrew T Wilson (Slow)
2016/05/02 09:32:11
We have deprecated ENABLE_CONFIGURATION_POLICY - p
|
+ URLBlacklistState GetURLBlacklistState(const GURL& url) const final; |
+#endif |
+ |
// If |profile| is NULL or not set, events will be broadcast to all profiles, |
// otherwise they will only be sent to the specified profile. |
// Also pass through to ChromeExtensionsNetworkDelegate::set_profile(). |