Chromium Code Reviews| Index: chrome/browser/media_gallery/media_file_system_registry_unittest.cc |
| diff --git a/chrome/browser/media_gallery/media_file_system_registry_unittest.cc b/chrome/browser/media_gallery/media_file_system_registry_unittest.cc |
| index 72c2f496eb571bab8f5ddaf8e81dfbd3e6971ebe..b71c934860ccfac0c521cc97c0e7154ad1ec73c7 100644 |
| --- a/chrome/browser/media_gallery/media_file_system_registry_unittest.cc |
| +++ b/chrome/browser/media_gallery/media_file_system_registry_unittest.cc |
| @@ -786,7 +786,13 @@ TEST_F(MediaFileSystemRegistryTest, GalleryNameDefault) { |
| } |
| } |
| -#if defined(SUPPORT_MTP_DEVICE_FILESYSTEM) |
| +#if defined(SUPPORT_MTP_DEVICE_FILESYSTEM) && !defined(OS_WIN) |
|
kmadhusu
2013/01/11 19:01:59
On Windows, this test depends on RemovableDeviceN
|
| +// TODO(kmadhusu) : On Windows, this test depends on |
| +// RemovableDeviceNotificationsWindowWin to get the attached MTP device |
| +// storage details. Enable this test after refactoring |
| +// removable_device_notifications_window_win_unittest.cc to share the |
| +// mock classes (TestRemovableDeviceNotificationsWindowWin, |
| +// TestPortableDeviceWatcherWin and TestVolumeMountWatcherWin). |
| TEST_F(MediaFileSystemRegistryTest, GalleryNameMTP) { |
| std::set<std::string> gallery_names; |
| InitForGalleryNamesTest(&gallery_names); |