| Index: chrome/browser/ui/browser_navigator.cc
|
| diff --git a/chrome/browser/ui/browser_navigator.cc b/chrome/browser/ui/browser_navigator.cc
|
| index 79ad0983dd4329b4c66f4e03ac9948be0560bcef..4fcdaf432e6572220571491992ae0bad8ac90fbd 100644
|
| --- a/chrome/browser/ui/browser_navigator.cc
|
| +++ b/chrome/browser/ui/browser_navigator.cc
|
| @@ -377,11 +377,7 @@ content::WebContents* CreateTargetContents(const chrome::NavigateParams& params,
|
| #endif
|
|
|
| #if !defined(OS_ANDROID)
|
| - static bool first_web_contents_profiled = false;
|
| - if (!first_web_contents_profiled) {
|
| - first_web_contents_profiled = true;
|
| - new FirstWebContentsProfiler(target_contents);
|
| - }
|
| + FirstWebContentsProfiler::WebContentsStarted(target_contents);
|
| #endif // !defined(OS_ANDROID)
|
| return target_contents;
|
| }
|
|
|