Index: chrome/installer/setup/install.cc |
diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc |
index 7aa2319e246ac92c54f5275ff3734c987023e235..813567aeef119a4e34267017dcda0edf457db375 100644 |
--- a/chrome/installer/setup/install.cc |
+++ b/chrome/installer/setup/install.cc |
@@ -681,7 +681,8 @@ void HandleActiveSetupForBrowser(const FilePath& installation_root, |
// already deleted them in the past). |
FilePath first_run_sentinel; |
InstallUtil::GetSentinelFilePath( |
- chrome::kFirstRunSentinel, chrome.distribution(), &first_run_sentinel); |
+ chrome::kFirstRunSentinel, true, chrome.distribution(), |
+ &first_run_sentinel); |
// Decide whether to create the shortcuts or simply replace existing |
// shortcuts; if the decision is to create them, only shortcuts whose matching |
// all-users shortcut isn't present on the system will be created. |