summaryrefslogtreecommitdiffstats
path: root/base/mac
diff options
context:
space:
mode:
authorgbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-12 15:56:47 +0000
committergbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-12 15:56:47 +0000
commitf24083dd121de728df41d5c3ed579d9e6cbde3d1 (patch)
treef8e2791ae01efacb448d2d57ec7fc2945574950e /base/mac
parent65bab5a5cef33711c709110b1278201f289f2cdc (diff)
downloadchromium_src-f24083dd121de728df41d5c3ed579d9e6cbde3d1.zip
chromium_src-f24083dd121de728df41d5c3ed579d9e6cbde3d1.tar.gz
chromium_src-f24083dd121de728df41d5c3ed579d9e6cbde3d1.tar.bz2
[Media Galleries] Add an ImageCaptureCore listener for Mac. (part 2)
This listener uses the ImageCapture API to watch for attach and detach events of PTP devices and other devices which can be read through the library. It forwards such notifications through the SystemMonitor. Also provides an API for clients to access such devices directly and retrieve the media contents from them. R=thestig@chromium.org,sail@chromium.org BUG=151681 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175471 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175938 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=176243 Review URL: https://chromiumcodereview.appspot.com/11442057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/mac')
-rw-r--r--base/mac/cocoa_protocols.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/mac/cocoa_protocols.h b/base/mac/cocoa_protocols.h
index 314e7fa7..e83fcbb 100644
--- a/base/mac/cocoa_protocols.h
+++ b/base/mac/cocoa_protocols.h
@@ -26,6 +26,7 @@
MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
DEFINE_EMPTY_PROTOCOL(NSDraggingDestination)
+DEFINE_EMPTY_PROTOCOL(ICCameraDeviceDownloadDelegate)
#endif // MAC_OS_X_VERSION_10_7