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

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

Issue 1663463002: Manually fetch favicons after hash changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Created 4 years, 11 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/core_dynamic_ui.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/core_dynamic_wk.js
diff --git a/ios/web/web_state/js/resources/core_dynamic_wk.js b/ios/web/web_state/js/resources/core_dynamic_wk.js
index 47ded420a1fe0e1d967ed1e9314e16e3ff3b4a39..9694da0506d178c5d0406851b0410af6b6d880f3 100644
--- a/ios/web/web_state/js/resources/core_dynamic_wk.js
+++ b/ios/web/web_state/js/resources/core_dynamic_wk.js
@@ -41,8 +41,7 @@ __gCrWeb.core_dynamic = {};
*/
__gCrWeb.didFinishNavigation = function() {
// Send the favicons to the browser.
- __gCrWeb.message.invokeOnHost({'command': 'document.favicons',
- 'favicons': __gCrWeb.common.getFavicons()});
+ __gCrWeb.sendFaviconsToHost();
// Add placeholders for plugin content.
if (__gCrWeb.common.updatePluginPlaceholders())
__gCrWeb.message.invokeOnHost({'command': 'addPluginPlaceholders'});
« no previous file with comments | « ios/web/web_state/js/resources/core_dynamic_ui.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