| 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 219872b957532f6f1b293cee201cb7a2e36b2369..2dd5210a4d9af2c939ce997e06117a7d64fe522c 100644
|
| --- a/content/browser/web_contents/web_contents_android.h
|
| +++ b/content/browser/web_contents/web_contents_android.h
|
| @@ -109,12 +109,6 @@ 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();
|
|
|
|
|