| Index: chrome/browser/chrome_browser_main_win.cc
|
| diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
|
| index 6e3fd55a7e6d2c61849f0eadc4b47592c3c4a85f..3e9ce71b8c6bb1bd595196a22edd0bf2d8d81971 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -389,6 +389,10 @@ void ChromeBrowserMainPartsWin::PostBrowserStart() {
|
| base::Bind(safe_browsing::MaybeShowSettingsResetPromptWithDelay));
|
| }
|
|
|
| +#if defined(GOOGLE_CHROME_BUILD)
|
| + did_run_updater_.reset(new DidRunUpdater);
|
| +#endif
|
| +
|
| // Record UMA data about whether the fault-tolerant heap is enabled.
|
| // Use a delayed task to minimize the impact on startup time.
|
| content::BrowserThread::PostDelayedTask(
|
|
|