| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 08c5ba9b8f2f01c84cede287381a1c8f718d165b..8ab0b69be9881c616c97eda50efb0e235193ec0f 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -672,7 +672,7 @@ class WebContents : public PageNavigator,
|
| // as soon as they are ready.
|
| virtual void ResumeLoadingCreatedWebContents() = 0;
|
|
|
| -#if defined(OS_ANDROID)
|
| +#if defined(OS_ANDROID) && !defined(USE_AURA)
|
| // Requests to resume the current media session.
|
| virtual void ResumeMediaSession() = 0;
|
| // Requests to suspend the current media session.
|
|
|