| Index: content/public/common/content_client.h
|
| diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
|
| index 7f4be8746c197fc8de550fb7e5d6b0adadfd7de4..dace907b95e7ae205d4c2cbae66da1721f5f672a 100644
|
| --- a/content/public/common/content_client.h
|
| +++ b/content/public/common/content_client.h
|
| @@ -34,6 +34,10 @@ namespace gpu {
|
| struct GPUInfo;
|
| }
|
|
|
| +namespace media {
|
| +class MediaClientAndroid;
|
| +}
|
| +
|
| namespace sandbox {
|
| class TargetPolicy;
|
| }
|
| @@ -169,6 +173,9 @@ class CONTENT_EXPORT ContentClient {
|
| // compositor. Note setting this to true will permit synchronous IPCs from
|
| // the browser UI thread.
|
| virtual bool UsingSynchronousCompositing();
|
| +
|
| + // Returns the MediaClientAndroid to be used by media code on Android.
|
| + virtual media::MediaClientAndroid* GetMediaClientAndroid();
|
| #endif // OS_ANDROID
|
|
|
| private:
|
|
|