diff options
Diffstat (limited to 'android_webview/native/aw_contents.h')
-rw-r--r-- | android_webview/native/aw_contents.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h index bdfb6aa..1c73de9 100644 --- a/android_webview/native/aw_contents.h +++ b/android_webview/native/aw_contents.h @@ -64,8 +64,6 @@ class AwContents : public FindHelper::Listener, return render_view_host_ext_.get(); } - void PerformLongClick(); - // |handler| is an instance of // org.chromium.android_webview.AwHttpAuthHandler. bool OnReceivedHttpAuthRequest(const base::android::JavaRef<jobject>& handler, |