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

Unified Diff: webkit/fileapi/media/mtp_device_file_system_config.h

Issue 12255023: [Media Galleries] Switch Mac MTP delegate to async interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years, 8 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 | « chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/media/mtp_device_file_system_config.h
diff --git a/webkit/fileapi/media/mtp_device_file_system_config.h b/webkit/fileapi/media/mtp_device_file_system_config.h
index 1d859c8a44392cf6826d864ecdb65610f9f8f471..6841e6e27344187828b30903e71fbb84e584c799 100644
--- a/webkit/fileapi/media/mtp_device_file_system_config.h
+++ b/webkit/fileapi/media/mtp_device_file_system_config.h
@@ -17,7 +17,7 @@
// Use asynchronous MTP device delegate API.
// TODO(kmadhusu): remove this define and make this default.
// Note that OS_LINUX implies OS_CHROMEOS
-#if defined(OS_WIN) || defined(OS_LINUX)
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX)
#define USE_MTP_DEVICE_ASYNC_DELEGATE
#endif
« no previous file with comments | « chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698