Chromium Code Reviews| Index: content/browser/android/content_view_core_impl.h |
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
| index ed51f75f976da0aaa5eb9de551916385e3579eb3..b5c2df3674e18a871e0debeef163a65b61b63a7c 100644 |
| --- a/content/browser/android/content_view_core_impl.h |
| +++ b/content/browser/android/content_view_core_impl.h |
| @@ -165,6 +165,9 @@ class ContentViewCoreImpl : public ContentViewCore, |
| jstring script, |
| jobject callback, |
| jboolean start_renderer); |
| + void CreateMessageChannel(JNIEnv* env, |
| + jobject obj, |
|
mnaganov (inactive)
2014/07/14 16:06:22
nit: indentation
sgurun-gerrit only
2014/07/15 22:19:54
Done.
|
| + jobject callback); |
| long GetNativeImeAdapter(JNIEnv* env, jobject obj); |
| void SetFocus(JNIEnv* env, jobject obj, jboolean focused); |
| void ScrollFocusedEditableNodeIntoView(JNIEnv* env, jobject obj); |