Index: chrome/installer/setup/install.h |
diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h |
index a3c73194787a42e4877c3914e6b11a764fe3baa1..d419209bd9205c40a115f9b2204e6ad6abafb691 100644 |
--- a/chrome/installer/setup/install.h |
+++ b/chrome/installer/setup/install.h |
@@ -52,6 +52,12 @@ void CreateOrUpdateStartMenuAndTaskbarShortcuts( |
const Product& product, |
uint32 options); |
+// Installs a per-user Start Menu shortcut even if its all-users equivalent is |
+// present. |
+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. |