| Index: chrome/browser/chrome_browser_main_mac.h
|
| diff --git a/chrome/browser/chrome_browser_main_mac.h b/chrome/browser/chrome_browser_main_mac.h
|
| index 82f73c6a372fda000736460c5e515eb1b1fdfa3a..a28ccaffd2fdf811f1e06486791cf29d38fcd10e 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;
|
| }
|
|
|
| @@ -23,6 +22,7 @@ class ChromeBrowserMainPartsMac : public ChromeBrowserMainPartsPosix {
|
| virtual void PreEarlyInitialization() OVERRIDE;
|
| virtual void PreMainMessageLoopStart() OVERRIDE;
|
| virtual void PreProfileInit() OVERRIDE;
|
| + virtual void PostProfileInit() OVERRIDE;
|
|
|
| // Perform platform-specific work that needs to be done after the main event
|
| // loop has ended. The embedder must be sure to call this.
|
| @@ -32,8 +32,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);
|
| };
|
|
|
|
|