Chromium Code Reviews| Index: chromecast/browser/cast_content_browser_client.h |
| diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h |
| index 0d25e61f31ae1e9efd88f4e9665dc34d01253d28..cd95b58faab63bd3a4b2bb0ebf24fa87197aad33 100644 |
| --- a/chromecast/browser/cast_content_browser_client.h |
| +++ b/chromecast/browser/cast_content_browser_client.h |
| @@ -6,6 +6,8 @@ |
| #define CHROMECAST_BROWSER_CAST_CONTENT_BROWSER_CLIENT_H_ |
| #include <map> |
| +#include <string> |
| +#include <vector> |
| #include "base/macros.h" |
| #include "base/memory/scoped_ptr.h" |
| @@ -19,6 +21,10 @@ namespace content { |
| class BrowserMessageFilter; |
| } |
| +namespace media { |
| +class AudioManagerFactory; |
| +} |
| + |
| namespace net { |
| class HostResolver; |
| } |
| @@ -109,6 +115,8 @@ class CastContentBrowserClient: public content::ContentBrowserClient { |
| GURL requesting_url, |
| int render_process_id); |
| + scoped_ptr<::media::AudioManagerFactory> PlatformGetAudioManagerFactory(); |
|
gunsch
2015/04/30 17:29:36
naming: since this is explicitly creating an insta
slan
2015/04/30 17:52:04
Done.
|
| + |
| #if !defined(OS_ANDROID) |
| // Returns the crash signal FD corresponding to the current process type. |
| int GetCrashSignalFD(const base::CommandLine& command_line); |