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

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

Issue 11465025: Keep installing all-users Start Menu and Desktop shortcuts on system-level installs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove TODO Created 8 years 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
« no previous file with comments | « no previous file | chrome/installer/setup/install.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/install.h
diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h
index 3a7b175575c91f992e710a721a7ff949bada2d03..b8c35f1f04a8e3453ad5b54c99a4544840e94846 100644
--- a/chrome/installer/setup/install.h
+++ b/chrome/installer/setup/install.h
@@ -41,9 +41,9 @@ enum InstallShortcutOperation {
enum InstallShortcutLevel {
// Install shortcuts for the current user only.
CURRENT_USER,
- // Install global shortcuts visible to all users. This is no longer used on
- // install and should only be used to update existing shortcuts on legacy
- // installs.
+ // Install global shortcuts visible to all users. Note: the Quick Launch
+ // and taskbar pin shortcuts are still installed per-user (as they have no
+ // all-users version).
ALL_USERS,
};
« no previous file with comments | « no previous file | chrome/installer/setup/install.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698