| 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 a2e3008e9096472a10846400a1f4b47b738aca10..456beded5750edcaa06aa852b98de9b19386c8eb 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -211,7 +211,7 @@ int ChromeBrowserMainPartsWin::PreCreateThreads() {
|
| void ChromeBrowserMainPartsWin::PostMainMessageLoopRun() {
|
| // Log the search engine chosen on first run. Do this at shutdown, after any
|
| // changes are made from the first run bubble link, etc.
|
| - if (do_first_run_tasks() && profile() && !profile()->IsOffTheRecord()) {
|
| + if (is_first_run() && profile() && !profile()->IsOffTheRecord()) {
|
| TemplateURLService* url_service =
|
| TemplateURLServiceFactory::GetForProfile(profile());
|
| const TemplateURL* default_search_engine =
|
|
|