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

Unified Diff: ios/web/webui/mojo_js_constants.cc

Issue 2618693004: Mojo JS bindings: make sure that console.log() could be used in the bindings. (Closed)
Patch Set: . Created 3 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: ios/web/webui/mojo_js_constants.cc
diff --git a/ios/web/webui/mojo_js_constants.cc b/ios/web/webui/mojo_js_constants.cc
index 5df3b6f0d12ca1b7804e10d8cd001359fa355c62..ac6227f8e14dcaa438bb2fedff4987d17c306c72 100644
--- a/ios/web/webui/mojo_js_constants.cc
+++ b/ios/web/webui/mojo_js_constants.cc
@@ -6,6 +6,7 @@
namespace web {
+const char kConsoleModuleName[] = "console";
const char kSyncMessageChannelModuleName[] =
"ios/mojo/public/js/sync_message_channel";
const char kHandleUtilModuleName[] = "ios/mojo/public/js/handle_util";

Powered by Google App Engine
This is Rietveld 408576698