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

Unified Diff: content/public/common/console_message_level.h

Issue 873133002: Add AddMessageToDevToolsConsole to WebContentsAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename the method 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
Index: content/public/common/console_message_level.h
diff --git a/content/public/common/console_message_level.h b/content/public/common/console_message_level.h
index af51c32c04a506b7c1a976eb894c4ca4ea4ad341..b7c89177d7b58841bd88f87fd78b295564686323 100644
--- a/content/public/common/console_message_level.h
+++ b/content/public/common/console_message_level.h
@@ -7,6 +7,8 @@
namespace content {
+// A Java counterpart will be generated for this enum.
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.content_public.common
enum ConsoleMessageLevel {
CONSOLE_MESSAGE_LEVEL_DEBUG,
CONSOLE_MESSAGE_LEVEL_LOG,

Powered by Google App Engine
This is Rietveld 408576698