| 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 72a7256e6392926b193fc73f311725e0523716e4..ff264c0a3e185a6ba0c6ccd1082d2cc67b2eef90 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -205,6 +205,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| bool enable_hiding,
|
| bool enable_showing,
|
| bool animate);
|
| + void ShowTopControls(JNIEnv* env, jobject obj, bool show);
|
| void ShowImeIfNeeded(JNIEnv* env, jobject obj);
|
|
|
| void ShowInterstitialPage(JNIEnv* env,
|
|
|