Commit 0762cfd0 authored by wfh's avatar wfh Committed by Commit bot

Initialize did_run_updater_ in browser startup.

This was mistakenly removed in crrev.com/2621363002.

BUG=721562

Review-Url: https://codereview.chromium.org/2879683004
Cr-Commit-Position: refs/heads/master@{#471121}
parent e3f159a4
......@@ -381,6 +381,10 @@ void ChromeBrowserMainPartsWin::PostBrowserStart() {
InitializeChromeElf();
#if defined(GOOGLE_CHROME_BUILD)
did_run_updater_.reset(new DidRunUpdater);
#endif
if (base::FeatureList::IsEnabled(safe_browsing::kSettingsResetPrompt)) {
content::BrowserThread::PostAfterStartupTask(
FROM_HERE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment