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

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: Handle multiple async calls Created 7 years, 9 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: 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 714da47ddebf8acbb1e8dc67da546ed38463f0cd..000004d318308fe687dc00a30986b457862cadfd 100644
--- a/webkit/fileapi/media/mtp_device_file_system_config.h
+++ b/webkit/fileapi/media/mtp_device_file_system_config.h
@@ -16,7 +16,7 @@
// Use asynchronous MTP device delegate API.
// TODO(kmadhusu): remove this define and make this default.
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(OS_MACOSX)
#define USE_MTP_DEVICE_ASYNC_DELEGATE
#endif

Powered by Google App Engine
This is Rietveld 408576698