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

Unified Diff: content/browser/browser_main_loop.h

Issue 10069007: Media Gallery: Move MediaDeviceNotificationsLinux from content to chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 months 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: content/browser/browser_main_loop.h
===================================================================
--- content/browser/browser_main_loop.h (revision 131949)
+++ content/browser/browser_main_loop.h (working copy)
@@ -38,7 +38,6 @@
class BrowserShutdownImpl;
class BrowserThreadImpl;
struct MainFunctionParams;
-class MediaDeviceNotificationsLinux;
class ResourceDispatcherHostImpl;
class WebKitThread;
@@ -97,9 +96,6 @@
scoped_ptr<BrowserOnlineStateObserver> online_state_observer_;
#if defined(OS_WIN)
scoped_ptr<SystemMessageWindowWin> system_message_window_;
-#elif defined(OS_LINUX)
- scoped_refptr<MediaDeviceNotificationsLinux>
- media_device_notifications_linux_;
#endif
// Destroy parts_ before main_message_loop_ (required) and before other

Powered by Google App Engine
This is Rietveld 408576698