| Index: base/win/shortcut.h
|
| diff --git a/base/win/shortcut.h b/base/win/shortcut.h
|
| index 74910696f8ecaf0031ac6603569c687c7e4280c5..edd800e8122174af5cee370a1fcd5862b938f557 100644
|
| --- a/base/win/shortcut.h
|
| +++ b/base/win/shortcut.h
|
| @@ -96,9 +96,6 @@ struct ShortcutProperties {
|
| // The app model id for the shortcut (Win7+).
|
| string16 app_id;
|
| // Whether this is a dual mode shortcut (Win8+).
|
| - // For now this property can only be set to true (i.e. once set it cannot be
|
| - // unset).
|
| - // TODO (gab): Make it possible to set this property to false.
|
| bool dual_mode;
|
| // Bitfield made of IndividualProperties. Properties set in |options| will be
|
| // set on the shortcut, others will be ignored.
|
|
|