Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4580)

Unified Diff: chrome/installer/setup/install.cc

Issue 11685006: [Fixit-Dec-2012] Auto-launch system-level Chrome post user-level Chrome self-destruction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698