Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2123)

Unified Diff: android_webview/native/aw_contents.h

Issue 11471040: [Android WebView] Convert context menu callback to long press (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments. Ready for review/submit. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..71ee04338a8f7b318e199d7c3866005a00a60917 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;
// Native side of java-class of same name.
// Provides the ownership of and access to browser components required for
@@ -116,6 +117,9 @@ class AwContents : public FindHelper::Listener,
void SetPendingWebContentsForPopup(scoped_ptr<content::WebContents> pending);
jint ReleasePopupWebContents(JNIEnv* env, jobject obj);
+ base::android::ScopedJavaLocalRef<jobject> CreateAwWebContentsViewDelegate(
+ AwWebContentsViewDelegate* view_delegate);
+
private:
void Invalidate();
void SetWebContents(content::WebContents* web_contents);

Powered by Google App Engine
This is Rietveld 408576698