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

Unified Diff: chrome/installer/util/install_util.h

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/util/install_util.h
diff --git a/chrome/installer/util/install_util.h b/chrome/installer/util/install_util.h
index c7c449577681aeaa609a92c4366050d6c4ee29d4..6b103d3973df3c7a979552f18bb17902d917933d 100644
--- a/chrome/installer/util/install_util.h
+++ b/chrome/installer/util/install_util.h
@@ -106,6 +106,7 @@ class InstallUtil {
// the application directory for user-level installs, and the default user
// data dir for system-level installs. Returns false on error.
static bool GetSentinelFilePath(const FilePath::CharType* file,
+ bool system_install,
BrowserDistribution* dist,
FilePath* path);

Powered by Google App Engine
This is Rietveld 408576698