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

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: 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..ff9872e77b8fb0218fa5d22302d52ad6f982dade 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -63,6 +63,9 @@ class AwContents : public FindHelper::Listener,
const string16& message_text,
const base::android::ScopedJavaLocalRef<jobject>& js_result);
+ // TODO(boliu): Comment.
+ void ConvertContextMenuCallbackToLongPress();
joth 2012/12/08 01:29:12 I'd prefer the name to either reflect when it gets
boliu 2012/12/10 20:19:28 Done.
+
// |handler| is an instance of
// org.chromium.android_webview.AwHttpAuthHandler.
void onReceivedHttpAuthRequest(const base::android::JavaRef<jobject>& handler,

Powered by Google App Engine
This is Rietveld 408576698