summaryrefslogtreecommitdiffstats
path: root/chrome/installer
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer')
-rw-r--r--chrome/installer/util/shell_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h
index fac35722..4bb01c8 100644
--- a/chrome/installer/util/shell_util.h
+++ b/chrome/installer/util/shell_util.h
@@ -140,7 +140,8 @@ class ShellUtil {
// Make Chrome default browser. Before calling this function Chrome should
// already have been registered by calling AddChromeToSetAccessDefaults()
// method, otherwise this function will fail.
- // system_level: Register as default browser at system level. If true
+ // shell_change: Defined whether to register as default browser at system
+ // level or user level. If value has ShellChange::SYSTEM_LEVEL
// we should be running as admin user. Currently this setting
// does not have any effect on Vista where we always set
// as default only for the current user.