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

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

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
« no previous file with comments | « ios/web/webui/mojo_facade.mm ('k') | ios/web/webui/mojo_js_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/webui/mojo_js_constants.h
diff --git a/ios/web/webui/mojo_js_constants.h b/ios/web/webui/mojo_js_constants.h
index e940a8516bf95659506bbbd99b694454cf59f918..3e08244ecefef797510f9d2b2bec0058cd316988 100644
--- a/ios/web/webui/mojo_js_constants.h
+++ b/ios/web/webui/mojo_js_constants.h
@@ -7,6 +7,7 @@
namespace web {
+extern const char kConsoleModuleName[];
extern const char kSyncMessageChannelModuleName[];
extern const char kHandleUtilModuleName[];
extern const char kSupportModuleName[];
« no previous file with comments | « ios/web/webui/mojo_facade.mm ('k') | ios/web/webui/mojo_js_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698