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

Unified Diff: chrome/installer/mini_installer/configuration.h

Issue 2595863002: Fix system-level detection in the mini_installer. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | chrome/installer/mini_installer/configuration.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer/configuration.h
diff --git a/chrome/installer/mini_installer/configuration.h b/chrome/installer/mini_installer/configuration.h
index 605fa907a2e8bc918d3e8be2c04c20c7758aaab6..db0cb2ed647c9a3c9b7c737e0d7d2406ccd061b5 100644
--- a/chrome/installer/mini_installer/configuration.h
+++ b/chrome/installer/mini_installer/configuration.h
@@ -53,7 +53,8 @@ class Configuration {
// Returns true if --multi-install is on the command line.
bool is_multi_install() const { return is_multi_install_; }
- // Returns true if --system-level is on the command line.
+ // Returns true if --system-level is on the command line or if
+ // GoogleUpdateIsMachine=1 is set in the process's environment.
bool is_system_level() const { return is_system_level_; }
// Retuns true if --chrome-sxs is on the command line.
« no previous file with comments | « no previous file | chrome/installer/mini_installer/configuration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698