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); |