| Index: content/browser/web_contents/web_contents_android.cc
|
| diff --git a/content/browser/web_contents/web_contents_android.cc b/content/browser/web_contents/web_contents_android.cc
|
| index ff58da2f893e161c6e50ca56b66b12bc16f0087d..cf019979dca2943b4283b47f7057c64581b29bb0 100644
|
| --- a/content/browser/web_contents/web_contents_android.cc
|
| +++ b/content/browser/web_contents/web_contents_android.cc
|
| @@ -351,6 +351,11 @@ jboolean WebContentsAndroid::IsShowingInterstitialPage(JNIEnv* env,
|
| return web_contents_->ShowingInterstitialPage();
|
| }
|
|
|
| +jboolean WebContentsAndroid::FocusLocationBarByDefault(JNIEnv* env,
|
| + jobject obj) {
|
| + return web_contents_->FocusLocationBarByDefault();
|
| +}
|
| +
|
| jboolean WebContentsAndroid::IsRenderWidgetHostViewReady(
|
| JNIEnv* env,
|
| jobject obj) {
|
|
|