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

Unified Diff: base/win/shortcut.h

Issue 2909943003: Removing useless Win7 checks + standardize its use (Closed)
Patch Set: Fix reversed conditionnal 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
Index: base/win/shortcut.h
diff --git a/base/win/shortcut.h b/base/win/shortcut.h
index c48ec12fe17e3bf0796fa5b32b96841e6f6a477e..c41894da2f465b6e053cfc1b5d73f43331a49437 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 mow that Windows 7 is the last
jschuh 2017/06/01 18:30:41 typo: s/mow/now/
Patrick Monette 2017/06/02 00:34:04 Done.
+ // supported Windows version.
PROPERTIES_WIN7 = PROPERTIES_APP_ID | PROPERTIES_DUAL_MODE,
PROPERTIES_ALL = PROPERTIES_BASIC | PROPERTIES_WIN7
};

Powered by Google App Engine
This is Rietveld 408576698