Index: base/path_service_unittest.cc |
diff --git a/base/path_service_unittest.cc b/base/path_service_unittest.cc |
index d86bc0f92917f6f1db077d93865cbfb005cd948b..ad3334a06e396590ea74b54a7ee806a94a4a5650 100644 |
--- a/base/path_service_unittest.cc |
+++ b/base/path_service_unittest.cc |
@@ -42,13 +42,6 @@ bool ReturnsValidPath(int dir_type) { |
if (dir_type == DIR_USER_DESKTOP) |
check_path_exists = false; |
#endif |
-#if defined(OS_WIN) |
- if (dir_type == DIR_TASKBAR_PINS) { |
- // There is no pinned-to-taskbar shortcuts prior to Win7. |
- if (base::win::GetVersion() < base::win::VERSION_WIN7) |
- check_path_exists = false; |
- } |
-#endif |
#if defined(OS_MACOSX) |
if (dir_type != DIR_EXE && dir_type != DIR_MODULE && |
dir_type != FILE_EXE && dir_type != FILE_MODULE) { |