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

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

Issue 1929783002: [ios Mojo] Supporting code for define WebUI function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_require_js
Patch Set: Actually use Map API Created 4 years, 7 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
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 526aa878057ff63f4d1c7e58d09f73c2554a03e8..84889d66503f02750b7ddd25e3671806130324c7 100644
--- a/ios/web/webui/resources/web_ui_bundle.js
+++ b/ios/web/webui/resources/web_ui_bundle.js
@@ -6,4 +6,5 @@ goog.provide('__crWeb.webUIBundle');
goog.require('__crWeb.webUIBind');
goog.require('__crWeb.webUIFavicons');
-goog.require('__crWeb.webUISend');
+goog.require('__crWeb.webUIRequire');
+goog.require('__crWeb.webUISend');
« no previous file with comments | « ios/web/webui/crw_web_ui_manager_unittest.mm ('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