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

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

Issue 2744963002: Introduce InterfaceEndpointClient(IEC), InterfaceEndpointHandle and (Closed)
Patch Set: Throw the error with the string being the stack trace needed to debug layouts which don't output an… Created 3 years, 9 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_js_constants.h ('k') | ios/web/webui/resources/console.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ac6227f8e14dcaa438bb2fedff4987d17c306c72..a58645896b72f392bb9d6c4204ff942764cbd597 100644
--- a/ios/web/webui/mojo_js_constants.cc
+++ b/ios/web/webui/mojo_js_constants.cc
@@ -14,5 +14,6 @@ const char kSupportModuleName[] = "mojo/public/js/support";
const char kCoreModuleName[] = "mojo/public/js/core";
const char kInterfaceProviderModuleName[] =
"content/public/renderer/frame_interfaces";
+const char kTimerModuleName[] = "timer";
} // namespace web
« no previous file with comments | « ios/web/webui/mojo_js_constants.h ('k') | ios/web/webui/resources/console.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698