| 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..2c7c0620734f79a3f30701583c248c4f1d7ab43c 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& gurl) override;
|
| +
|
| private:
|
| friend class DisableWebRtcEncryptionFlagTest;
|
|
|
|
|