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

Unified Diff: chrome/browser/chrome_browser_main_mac.h

Issue 11442057: [Media Galleries] Add an ImageCaptureCore listener for Mac. (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Better ObjC Created 8 years 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: 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 46388d887b06bcdaab27845b741cda91e506f203..616932ab448321223571c95dc6d18e1a78ad21da 100644
--- a/chrome/browser/chrome_browser_main_mac.h
+++ b/chrome/browser/chrome_browser_main_mac.h
@@ -31,6 +31,11 @@ class ChromeBrowserMainPartsMac : public ChromeBrowserMainPartsPosix {
scoped_refptr<chrome::RemovableDeviceNotificationsMac>
removable_device_notifications_mac_;
+ class Inner;
+
+ // Hide scoped_nsobject members from C++.
+ scoped_ptr<Inner> inner_;
sail 2012/12/13 02:14:00 this needs to reference a C++ class in system_moni
Greg Billock 2012/12/14 00:39:59 We want to keep this device notifications stuff in
+
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsMac);
};
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_mac.mm » ('j') | chrome/browser/system_monitor/image_capture_camera.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698