| 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..49f46ff62903a0a2b618400e785b916d07ed00dc 100644
|
| --- a/chrome/browser/net/chrome_network_delegate.h
|
| +++ b/chrome/browser/net/chrome_network_delegate.h
|
| @@ -82,6 +82,8 @@ class ChromeNetworkDelegate : public net::NetworkDelegateImpl {
|
| url_blacklist_manager_ = url_blacklist_manager;
|
| }
|
|
|
| + URLBlacklistState GetURLBlacklistState(const GURL& url) const final;
|
| +
|
| // 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().
|
|
|