Chromium Code Reviews| Index: chrome/installer/setup/install.h |
| diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h |
| index a3c73194787a42e4877c3914e6b11a764fe3baa1..61d88e7cd87747cafe78c9b26bb02ea95b3bd57e 100644 |
| --- a/chrome/installer/setup/install.h |
| +++ b/chrome/installer/setup/install.h |
| @@ -52,6 +52,14 @@ void CreateOrUpdateStartMenuAndTaskbarShortcuts( |
| const Product& product, |
| uint32 options); |
| +// Installs a user-level Start Menu shortcut. |
| +// TODO(gab): This is a hack that is temporarily required for the Start Menu |
|
grt (UTC plus 2)
2012/08/29 17:07:06
this is a doc comment for the function so that con
gab
2012/08/29 21:53:00
Done.
|
| +// (now Start Screen) shortcut to show up on Win8. This will be removed when I'm |
| +// done refactoring ShellUtil as part of http://goo.gl/Az889. |
| +void ForceCreateUserLevelStartMenuShortcut( |
| + const InstallerState& installer_state, |
| + const Product& product); |
| + |
| // This method, if SHORTCUT_CREATE_ALWAYS is specified in |options|, creates |
| // Desktop and Quick Launch shortcuts for all users or only for the current user |
| // depending on whether it is a system wide install or a user-level install. |