summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_browser_main_mac.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-08 02:30:52 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-08 02:30:52 +0000
commit67393f5ab2285a9025fe175636836a0647da61df (patch)
tree5b8efb4ef25ae19426bb1e9a081a93b70f7c5411 /chrome/browser/chrome_browser_main_mac.h
parent8eee1b6b86d1e48bb3379de74f19648d2805eb0b (diff)
downloadchromium_src-67393f5ab2285a9025fe175636836a0647da61df.zip
chromium_src-67393f5ab2285a9025fe175636836a0647da61df.tar.gz
chromium_src-67393f5ab2285a9025fe175636836a0647da61df.tar.bz2
Revert 175471
> [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 > > > Review URL: https://chromiumcodereview.appspot.com/11442057 TBR=gbillock@chromium.org Review URL: https://codereview.chromium.org/11779036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175475 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_browser_main_mac.h')
-rw-r--r--chrome/browser/chrome_browser_main_mac.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/chrome_browser_main_mac.h b/chrome/browser/chrome_browser_main_mac.h
index 82f73c6..46388d8 100644
--- a/chrome/browser/chrome_browser_main_mac.h
+++ b/chrome/browser/chrome_browser_main_mac.h
@@ -9,7 +9,6 @@
#include "base/memory/ref_counted.h"
namespace chrome {
-class ImageCaptureDeviceManager;
class RemovableDeviceNotificationsMac;
}
@@ -32,8 +31,6 @@ class ChromeBrowserMainPartsMac : public ChromeBrowserMainPartsPosix {
scoped_refptr<chrome::RemovableDeviceNotificationsMac>
removable_device_notifications_mac_;
- scoped_ptr<chrome::ImageCaptureDeviceManager> image_capture_device_manager_;
-
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsMac);
};