Index: chrome/installer/setup/install.h |
diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h |
index 51da16415749ef503581ab1be12e7a2890e55458..158967d1bd592aa0046aaa4fea246e8af3fef6e6 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. |