| Index: chrome/browser/metrics/first_web_contents_profiler.h
|
| diff --git a/chrome/browser/metrics/first_web_contents_profiler.h b/chrome/browser/metrics/first_web_contents_profiler.h
|
| index 3143d7e7a7e00fd688a79dc15d8d242f5f5fd9b1..9340a051090620dc121450f21db6c0714d697ccd 100644
|
| --- a/chrome/browser/metrics/first_web_contents_profiler.h
|
| +++ b/chrome/browser/metrics/first_web_contents_profiler.h
|
| @@ -23,7 +23,7 @@ class FirstWebContentsProfiler : public content::WebContentsObserver {
|
| // Creates a profiler for the active web contents. If there are multiple
|
| // browsers, the first one is chosen. The resulting FirstWebContentsProfiler
|
| // owns itself.
|
| - static void WebContentsStarted(content::WebContents* web_contents);
|
| + static void Start();
|
|
|
| private:
|
| // Reasons for which profiling is deemed complete. Logged in UMA (do not re-
|
|
|