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

Unified Diff: content/browser/web_contents/web_contents_android.h

Issue 873133002: Add AddMessageToDevToolsConsole to WebContentsAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months 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
« no previous file with comments | « android_webview/libwebviewchromium.gypi ('k') | content/browser/web_contents/web_contents_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « android_webview/libwebviewchromium.gypi ('k') | content/browser/web_contents/web_contents_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698