diff options
author | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-11 03:16:20 +0000 |
---|---|---|
committer | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-11 03:16:20 +0000 |
commit | 7b850ae287ed2c2ab9a826aaaa61a70c0029b325 (patch) | |
tree | 4fdea57aa4782e805131a5a3713e099ecf0f93d3 /base/mac | |
parent | b884a403913853bb73bf90586d17ee04aa5636f8 (diff) | |
download | chromium_src-7b850ae287ed2c2ab9a826aaaa61a70c0029b325.zip chromium_src-7b850ae287ed2c2ab9a826aaaa61a70c0029b325.tar.gz chromium_src-7b850ae287ed2c2ab9a826aaaa61a70c0029b325.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
Review URL: https://chromiumcodereview.appspot.com/11442057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176243 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/mac')
-rw-r--r-- | base/mac/cocoa_protocols.h | 1 |
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 |