| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 3245e6658c5c8054104cbaab2e6f4af092cce7a4..a927de1e980ba428a2aa769c8482d561339add8c 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -285,6 +285,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::WebContents* web_contents) override;
|
|
|
| void RecordURLMetric(const std::string& metric, const GURL& url) override;
|
| + void AddNavigationThrottles(content::NavigationHandle* handle,
|
| + content::WebContents* web_contents) override;
|
|
|
| private:
|
| friend class DisableWebRtcEncryptionFlagTest;
|
|
|