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 25ca3f95ac34a82c8fbc32de565c254c316071a4..dd3cc033ef6c24df62770bce1c5ca2ceaff6aefd 100644 |
| --- a/chromecast/browser/cast_content_browser_client.h |
| +++ b/chromecast/browser/cast_content_browser_client.h |
| @@ -64,6 +64,8 @@ class CastContentBrowserClient : public content::ContentBrowserClient { |
| // once per media player instance. |
| virtual scoped_ptr<media::MediaPipelineBackend> CreateMediaPipelineBackend( |
| const media::MediaPipelineDeviceParams& params); |
| + virtual void OnMediaPipelineBackendCreate(); |
| + virtual void OnMediaPipelineBackendDestroy(); |
|
halliwell
2015/08/25 00:48:34
nit: created, destroyed.
yucliu1
2015/08/25 04:27:57
Done.
|
| #endif |
| // Performs cleanup for process exit (but before AtExitManager cleanup). |