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

Unified Diff: ios/web/webui/crw_web_ui_manager.mm

Issue 2618693004: Mojo JS bindings: make sure that console.log() could be used in the bindings. (Closed)
Patch Set: merge & resolve 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
« no previous file with comments | « ios/web/ios_web_resources.grd ('k') | ios/web/webui/mojo_js_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/webui/crw_web_ui_manager.mm
diff --git a/ios/web/webui/crw_web_ui_manager.mm b/ios/web/webui/crw_web_ui_manager.mm
index 298066adf91449c83131f845c8d7a3d75e5dd829..2efc12b796a6cf8ffb054b1564144422b28cf330 100644
--- a/ios/web/webui/crw_web_ui_manager.mm
+++ b/ios/web/webui/crw_web_ui_manager.mm
@@ -226,6 +226,7 @@ const char kScriptCommandPrefix[] = "webui";
{mojo::kRouterModuleName, IDR_MOJO_ROUTER_JS},
{mojo::kUnicodeModuleName, IDR_MOJO_UNICODE_JS},
{mojo::kValidatorModuleName, IDR_MOJO_VALIDATOR_JS},
+ {web::kConsoleModuleName, IDR_IOS_CONSOLE_JS},
{web::kSyncMessageChannelModuleName,
IDR_IOS_MOJO_SYNC_MESSAGE_CHANNEL_JS},
{web::kHandleUtilModuleName, IDR_IOS_MOJO_HANDLE_UTIL_JS},
« no previous file with comments | « ios/web/ios_web_resources.grd ('k') | ios/web/webui/mojo_js_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698