| Index: chrome/installer/util/shell_util.h
|
| diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h
|
| index c1d0c3216389ec25c7f05346c9d8ebdd4f2384ff..7d42c3c8394a571efdcb4da0e42ad45948f585e3 100644
|
| --- a/chrome/installer/util/shell_util.h
|
| +++ b/chrome/installer/util/shell_util.h
|
| @@ -127,7 +127,7 @@ class ShellUtil {
|
| }
|
|
|
| // Forces the shortcut's name to |shortcut_name_in|.
|
| - // Default: the current distribution's GetAppShortcutName().
|
| + // Default: the current distribution's GetShortcutName(SHORTCUT_CHROME).
|
| // The ".lnk" extension will automatically be added to this name.
|
| void set_shortcut_name(const string16& shortcut_name_in) {
|
| shortcut_name = shortcut_name_in;
|
|
|