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

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

Issue 2946383002: Support new-style Mojo JS core API on IOS. (Closed)
Patch Set: . Created 3 years, 6 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/resources/timer.js ('k') | ios/web/webui/resources/web_ui_module_load_notifier.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/webui/resources/web_ui_bundle.js
diff --git a/ios/web/webui/resources/web_ui_bundle.js b/ios/web/webui/resources/web_ui_bundle.js
index 036b982653257b6f51ef89ae7cfbf44c050a444a..c11617d559284a5f0e70bcdfe3bbf6a6212ecb2b 100644
--- a/ios/web/webui/resources/web_ui_bundle.js
+++ b/ios/web/webui/resources/web_ui_bundle.js
@@ -4,6 +4,6 @@
goog.provide('__crWeb.webUIBundle');
+goog.require('__crWeb.mojoApi');
goog.require('__crWeb.webUIBind');
-goog.require('__crWeb.webUIRequire');
goog.require('__crWeb.webUISend');
« no previous file with comments | « ios/web/webui/resources/timer.js ('k') | ios/web/webui/resources/web_ui_module_load_notifier.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698