| 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 1a0575477a43d165ecf6d2c9ea1892c517a23dbb..3397a4212b0a0231e2c8859e96609e213b619906 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -286,6 +286,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| const base::Callback<void(content::WebContents*)>& callback)
|
| override;
|
|
|
| + void RecordURLMetric(const std::string& metric, const GURL& url) override;
|
| +
|
| private:
|
| friend class DisableWebRtcEncryptionFlagTest;
|
|
|
|
|