Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5698)

Unified Diff: chrome/installer/setup/install.h

Issue 10889028: Install a user-level Start Menu shortcut for every user on system-installs through Active Setup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: grt comments Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698