diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-20 16:25:02 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-20 16:25:02 +0000 |
commit | 05c4a6cb7684af256c240bba4b7545a5cee14ead (patch) | |
tree | 1c7828aa659f0ca77ccf9a047d2c4965ad5df117 /base/win/shortcut.h | |
parent | dea1d7d21976d078a41b2d321e8d626379c7a1fd (diff) | |
download | chromium_src-05c4a6cb7684af256c240bba4b7545a5cee14ead.zip chromium_src-05c4a6cb7684af256c240bba4b7545a5cee14ead.tar.gz chromium_src-05c4a6cb7684af256c240bba4b7545a5cee14ead.tar.bz2 |
Remove TODO I have already done.
I had left a TODO for myself, but ended up doing it in the same CL in http://crrev.com/156250
NOTRY=True
BUG=148539
Review URL: https://chromiumcodereview.appspot.com/10911345
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/win/shortcut.h')
-rw-r--r-- | base/win/shortcut.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/win/shortcut.h b/base/win/shortcut.h index 7491069..edd800e 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. |