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

Unified Diff: ios/web/webui/resources/console.js

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.cc ('k') | ios/web/webui/resources/timer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/webui/resources/console.js
diff --git a/ios/web/webui/resources/console.js b/ios/web/webui/resources/console.js
index 4368b00748102b6409fd6c9fc12084a207d51b77..59e246d7be351becf5ba38d5984f32446731ed9b 100644
--- a/ios/web/webui/resources/console.js
+++ b/ios/web/webui/resources/console.js
@@ -7,8 +7,10 @@
// This module provides basic logging support. The reason to define this module
// to forward calls to the |console| object exposed by the browser, instead of
// using that object directly: mojo JS bindings are currently loaded using gin
-// and the |console| object is not always available. When the Mojo JS bindings
-// move away from gin, this module could be removed.
+// and the |console| object is not always available.
+//
+// TODO(crbug.com/703380): When the Mojo JS bindings move away from gin,
+// this module could be removed.
define("console", [], function() {
/**
« no previous file with comments | « ios/web/webui/mojo_js_constants.cc ('k') | ios/web/webui/resources/timer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698