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

Unified Diff: chrome/browser/browser_process.h

Issue 10332190: Add SystemMonitor::GetMediaDevices() (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix win Created 8 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/chrome_browser_main_linux.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
===================================================================
--- chrome/browser/browser_process.h (revision 137377)
+++ chrome/browser/browser_process.h (working copy)
@@ -37,6 +37,10 @@
class ThumbnailGenerator;
class WatchDogThread;
+namespace chrome {
+class MediaDeviceManager;
+}
+
#if defined(OS_CHROMEOS)
namespace chromeos {
class OomPriorityManager;
@@ -198,6 +202,8 @@
virtual CRLSetFetcher* crl_set_fetcher() = 0;
+ virtual chrome::MediaDeviceManager* media_device_manager() = 0;
+
private:
DISALLOW_COPY_AND_ASSIGN(BrowserProcess);
};
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/chrome_browser_main_linux.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698