Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index fbe8214fd2462901e9ebf31f5630974233bfb58a..c4ab6f347f3c5b847083fb74bc89742f329f6716 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -626,6 +626,9 @@ class CONTENT_EXPORT ContentBrowserClient { |
const OpenURLParams& params, |
const base::Callback<void(WebContents*)>& callback); |
+ // Allows the embedder to record |metric| for a specific |url|. |
+ virtual void RecordURLMetric(const std::string& metric, const GURL& url) {} |
+ |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
// Populates |mappings| with all files that need to be mapped before launching |
// a child process. |