Chromium Code Reviews| Index: chrome/installer/util/master_preferences_constants.h |
| diff --git a/chrome/installer/util/master_preferences_constants.h b/chrome/installer/util/master_preferences_constants.h |
| index 6bfee0ac8a273500451e8aedb6a178e430b8d2fd..49fb9a4dd9d907eb34797fe314fee7cfe32c869d 100644 |
| --- a/chrome/installer/util/master_preferences_constants.h |
| +++ b/chrome/installer/util/master_preferences_constants.h |
| @@ -63,6 +63,12 @@ extern const char kDoNotCreateDesktopShortcut[]; |
| // Boolean. Prevent creation of the Quick Launch shortcut on install (and later |
| // on Active Setup for each user on a system-level install). |
| extern const char kDoNotCreateQuickLaunchShortcut[]; |
| +// Boolean. Prevent creation of the Taskbar (since Windows 7) shortcut on |
| +// install (and later on Active Setup for each user on a system-level install). |
| +extern const char kDoNotCreateTaskbarShortcut[]; |
| +// Boolean. Prevents the creation of all shortcuts to chrome, including the |
|
gab
2013/03/06 20:20:32
s/Prevents/Prevent (for consistency with surroundi
Joao da Silva
2013/03/06 21:21:33
Done.
|
| +// desktop, quick launch, taskbar and the start menu. |
|
gab
2013/03/06 20:20:32
desktop, quick launch, taskbar and the start menu.
Joao da Silva
2013/03/06 21:21:33
Done.
|
| +extern const char kDoNotCreateAnyShortcuts[]; |
|
gab
2013/03/06 20:20:32
Please keep the alphabetical order here (i.e. kDoN
Joao da Silva
2013/03/06 21:21:33
Done.
|
| // Boolean. Do not launch Chrome after first install. Cmd line override present. |
| extern const char kDoNotLaunchChrome[]; |
| // Boolean. Do not register with Google Update to have Chrome launched after |