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

Unified Diff: ios/web/web_state/js/resources/web_bundle.js

Issue 2810263002: Deprecate __gCrWeb['sendFaviconsToHost'] by inlining it. (Closed)
Patch Set: Moved didFinishNavigation to legacy.js Created 3 years, 8 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/web_state/js/resources/navigation.js ('k') | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/js/resources/web_bundle.js
diff --git a/ios/web/web_state/js/resources/web_bundle.js b/ios/web/web_state/js/resources/web_bundle.js
index 867643d895fa114391ed98de39c174207f6a766e..c70f2cd491b5fd7fc871ab33c9b16e636a452e84 100644
--- a/ios/web/web_state/js/resources/web_bundle.js
+++ b/ios/web/web_state/js/resources/web_bundle.js
@@ -10,5 +10,6 @@ goog.require('__crWeb.contextMenu');
goog.require('__crWeb.core');
goog.require('__crWeb.dialogOverrides');
goog.require('__crWeb.form');
+goog.require('__crWeb.legacy');
goog.require('__crWeb.navigation');
goog.require('__crWeb.scrollWorkaround');
« no previous file with comments | « ios/web/web_state/js/resources/navigation.js ('k') | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698