| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 8878bb270898338789a2d1de3c0f0acd08a4f04c..89ee2dccdd3b2305c9923a4e7551988ad46f1acf 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1706,10 +1706,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
|
| // This could be run as late as WM_QUERYENDSESSION for system update reboots,
|
| // but should run on startup if extended to handle crashes/hangs/patches.
|
| // Also, better to run once here than once for each HWND's WM_QUERYENDSESSION.
|
| - if (base::win::GetVersion() >= base::win::VERSION_VISTA) {
|
| - ChromeBrowserMainPartsWin::RegisterApplicationRestart(
|
| - parsed_command_line());
|
| - }
|
| + ChromeBrowserMainPartsWin::RegisterApplicationRestart(parsed_command_line());
|
|
|
| // Verify that the profile is not on a network share and if so prepare to show
|
| // notification to the user.
|
|
|