Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index a96ed1cfc41f87740f56b2e1c2fd6cf3fb618433..7637acb11ffc9a8ec51474b5d1b82253a3d8abd3 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -692,11 +692,10 @@ class WebContents : public PageNavigator, |
virtual void SuspendMediaSession() = 0; |
// Requests to stop the current media session. |
virtual void StopMediaSession() = 0; |
-#if !defined(USE_AURA) |
+ |
CONTENT_EXPORT static WebContents* FromJavaWebContents( |
jobject jweb_contents_android); |
virtual base::android::ScopedJavaLocalRef<jobject> GetJavaWebContents() = 0; |
-#endif // !USE_AURA |
#elif defined(OS_MACOSX) |
// Allowing other views disables optimizations which assume that only a single |
// WebContents is present. |