Index: android_webview/native/aw_contents.h |
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h |
index 8a68f6cc1c4ef29333f6bc41a14e8d5659126962..e05831cf36d848ad4134bb5ad01ac950877c57fb 100644 |
--- a/android_webview/native/aw_contents.h |
+++ b/android_webview/native/aw_contents.h |
@@ -32,6 +32,7 @@ namespace android_webview { |
class AwContentsContainer; |
class AwRenderViewHostExt; |
class AwWebContentsDelegate; |
+class AwWebContentsViewDelegate; |
joth
2012/12/11 21:11:47
unused? remove?
boliu
2012/12/11 22:13:10
Done.
|
// Native side of java-class of same name. |
// Provides the ownership of and access to browser components required for |
@@ -63,6 +64,8 @@ class AwContents : public FindHelper::Listener, |
const string16& message_text, |
const base::android::ScopedJavaLocalRef<jobject>& js_result); |
+ void PerformLongClick(); |
+ |
// |handler| is an instance of |
// org.chromium.android_webview.AwHttpAuthHandler. |
void onReceivedHttpAuthRequest(const base::android::JavaRef<jobject>& handler, |