Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index 32bfa46f1bf87eb754b5462e0dc71bc2aecb80c6..4d37478abd745b08eaf55758a121e75d9d3fa03b 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -201,6 +201,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
jboolean IsRenderWidgetHostViewReady(JNIEnv* env, jobject obj); |
void ExitFullscreen(JNIEnv* env, jobject obj); |
void EnableHidingTopControls(JNIEnv* env, jobject obj, bool enable); |
+ void ShowTopControls(JNIEnv* env, jobject obj, bool show); |
void ShowImeIfNeeded(JNIEnv* env, jobject obj); |
void ShowInterstitialPage(JNIEnv* env, |