summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util
diff options
context:
space:
mode:
authorgab <gab@chromium.org>2015-08-05 09:20:08 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-05 16:21:44 +0000
commit9d204742df4b43b7a4d8bdfa966c344280b3b381 (patch)
tree25bb4ad538cbc8f97a56136358028053ab557551 /chrome/installer/util
parent8f329fc15f5fa64f64308244266a304c122a2868 (diff)
downloadchromium_src-9d204742df4b43b7a4d8bdfa966c344280b3b381.zip
chromium_src-9d204742df4b43b7a4d8bdfa966c344280b3b381.tar.gz
chromium_src-9d204742df4b43b7a4d8bdfa966c344280b3b381.tar.bz2
Check for dual mode migration on taskbar pins as well as start menu shortcuts.
Dual mode is only ever explicitly set on start menu shortcuts, but the taskbar shortcut is a pin of the start menu shortcut and thus inherits its properties when created. BUG=501166 TBR=sky@chromium.org (OS_WIN only comment update in shell_integration.h from OWNER of shell_integration_win.cc) Review URL: https://codereview.chromium.org/1265153004 Cr-Commit-Position: refs/heads/master@{#341911}
Diffstat (limited to 'chrome/installer/util')
-rw-r--r--chrome/installer/util/shell_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h
index f7a8c0a..5b35e11 100644
--- a/chrome/installer/util/shell_util.h
+++ b/chrome/installer/util/shell_util.h
@@ -146,6 +146,8 @@ class ShellUtil {
}
// Sets whether this is a dual mode shortcut (Win8+).
+ // Documentation on usage of the dual mode property on Win8:
+ // http://go.microsoft.com/fwlink/p/?linkid=243079
// NOTE: Only the default (no arguments and default browser appid) browser
// shortcut in the Start menu (Start screen on Win8+) should be made dual
// mode.