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

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: Reorder some functions, add some more comments Created 7 years, 10 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 ad196c7409daf9b1a592f1f1b43b48485ee0bb53..c488252762422713daa3e5a7a364079f3b2e7f03 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 0
+#if defined(OS_MACOSX)
#define USE_MTP_DEVICE_ASYNC_DELEGATE
#endif

Powered by Google App Engine
This is Rietveld 408576698