Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(717)

Unified Diff: chrome/browser/metrics/first_web_contents_profiler.h

Issue 2448553002: A different approach to fixing FirstWebContentsProfiler with PlzNavigate. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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-

Powered by Google App Engine
This is Rietveld 408576698