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

Unified Diff: chrome/installer/util/shell_util.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: chrome/installer/util/shell_util.h
diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h
index 7fe4a6ea568ccae3919221dfa75f0e5e50585c95..b00fcea8f281e256f1953b4da1695b03d893a162 100644
--- a/chrome/installer/util/shell_util.h
+++ b/chrome/installer/util/shell_util.h
@@ -60,7 +60,7 @@ class ShellUtil {
SHORTCUT_LOCATION_START_MENU_ROOT,
SHORTCUT_LOCATION_START_MENU_CHROME_DIR_DEPRECATED, // now placed in root
SHORTCUT_LOCATION_START_MENU_CHROME_APPS_DIR,
- SHORTCUT_LOCATION_TASKBAR_PINS, // base::win::VERSION_WIN7 +
+ SHORTCUT_LOCATION_TASKBAR_PINS,
Nico 2017/06/01 15:01:22 Keep comment?
Patrick Monette 2017/06/02 00:34:04 Done.
SHORTCUT_LOCATION_APP_SHORTCUTS, // base::win::VERSION_WIN8 +
NUM_SHORTCUT_LOCATIONS
};

Powered by Google App Engine
This is Rietveld 408576698