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

Unified Diff: base/win/shortcut.h

Issue 2909943003: Removing useless Win7 checks + standardize its use (Closed)
Patch Set: Various nits Created 3 years, 7 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 | « base/test/test_shortcut_win.cc ('k') | base/win/shortcut.cc » ('j') | 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 c48ec12fe17e3bf0796fa5b32b96841e6f6a477e..3cd70fc9ef0403315a19a52db9fb634a6ae4625a 100644
--- a/base/win/shortcut.h
+++ b/base/win/shortcut.h
@@ -46,6 +46,8 @@ struct BASE_EXPORT ShortcutProperties {
PROPERTIES_ARGUMENTS |
PROPERTIES_DESCRIPTION |
PROPERTIES_ICON,
+ // TODO(pmonette): Get rid of PROPERTIES_WIN7 now that Windows 7 is the last
+ // supported Windows version.
PROPERTIES_WIN7 = PROPERTIES_APP_ID | PROPERTIES_DUAL_MODE,
PROPERTIES_ALL = PROPERTIES_BASIC | PROPERTIES_WIN7
};
« no previous file with comments | « base/test/test_shortcut_win.cc ('k') | base/win/shortcut.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698