diff options
Diffstat (limited to 'chrome/installer/util/shell_util.h')
-rw-r--r-- | chrome/installer/util/shell_util.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h index 27e51e4..787e605 100644 --- a/chrome/installer/util/shell_util.h +++ b/chrome/installer/util/shell_util.h @@ -92,9 +92,8 @@ class ShellUtil { PROPERTIES_DUAL_MODE = 1 << 6, }; - explicit ShortcutProperties(ShellChange level_in) - : level(level_in), icon_index(0), dual_mode(false), - pin_to_taskbar(false), options(0U) {} + explicit ShortcutProperties(ShellChange level_in); + ~ShortcutProperties(); // Sets the target executable to launch from this shortcut. // This is mandatory when creating a shortcut. |