Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2869)

Unified Diff: base/win/shortcut.h

Issue 10911345: Remove TODO I have already done. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698