| Index: content/browser/web_contents/web_contents_android.h
|
| diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h
|
| index 2dd5210a4d9af2c939ce997e06117a7d64fe522c..219872b957532f6f1b293cee201cb7a2e36b2369 100644
|
| --- a/content/browser/web_contents/web_contents_android.h
|
| +++ b/content/browser/web_contents/web_contents_android.h
|
| @@ -109,6 +109,12 @@ class CONTENT_EXPORT WebContentsAndroid
|
| jint level,
|
| jstring message);
|
|
|
| + void OpenURL(JNIEnv* env,
|
| + jobject jobj,
|
| + jstring url,
|
| + jboolean user_gesture,
|
| + jboolean is_renderer_initiated);
|
| +
|
| private:
|
| RenderWidgetHostViewAndroid* GetRenderWidgetHostViewAndroid();
|
|
|
|
|