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

Unified Diff: content/browser/browser_main_loop.h

Issue 189443010: Mac AVFoundation/QTKit: delay DeviceMonitorMac startup to first GetUserMedia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index 5c16af450e49771d922d69ad4a73488b6ff87569..ce51ab2efee35bd3155715f8d0d502b3223be56d 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -84,6 +84,10 @@ class CONTENT_EXPORT BrowserMainLoop {
// through stopping threads to PostDestroyThreads.
void ShutdownThreadsAndCleanUp();
+#if defined(OS_MACOSX) && !defined(OS_IOS)
+ void StartMonitoring();
Robert Sesek 2014/03/10 17:22:46 This is not the right place to put this. Expose a
mcasas 2014/03/10 18:19:45 Done.
+#endif
+
int GetResultCode() const { return result_code_; }
media::AudioManager* audio_manager() const { return audio_manager_.get(); }
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | content/browser/renderer_host/media/media_stream_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698