Chromium Code Reviews| Index: content/browser/web_contents/web_contents_android.h |
| diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h |
| index 89f871478c1376d48ea734b914747cd57f6a4481..b2434855a0e815ca6b7ed5c399eb1499919e2786 100644 |
| --- a/content/browser/web_contents/web_contents_android.h |
| +++ b/content/browser/web_contents/web_contents_android.h |
| @@ -103,6 +103,11 @@ class CONTENT_EXPORT WebContentsAndroid |
| jobject obj, |
| jstring script, |
| jobject callback); |
| + |
| + void WriteToDevConsole(JNIEnv* env, |
|
mnaganov (inactive)
2015/01/26 14:26:10
"DevConsole" isn't a name that is recognized by ev
Jaekyun Seok (inactive)
2015/01/26 22:18:47
I will use "AddMessageToDevToolsConsole".
|
| + jobject jobj, |
| + jint level, |
| + jstring message); |
| private: |
| RenderWidgetHostViewAndroid* GetRenderWidgetHostViewAndroid(); |