Chromium Code Reviews| 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(); } |