Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index 4ed6a40fd9138ab124df0847e76824b4ee5bdd22..d11436e7841d5f4a01e65057ecf868bc21fa4c47 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -667,7 +667,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. |