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

Unified Diff: ios/web/web_state/js/resources/core_dynamic_ui.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.js ('k') | ios/web/web_state/js/resources/core_dynamic_wk.js » ('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_ui.js
diff --git a/ios/web/web_state/js/resources/core_dynamic_ui.js b/ios/web/web_state/js/resources/core_dynamic_ui.js
index 1d2f4c2939ede5185c31d6e309f0dd4d12f89c79..dc65cad20fb43747fd442a8c8d7e183c9bb03085 100644
--- a/ios/web/web_state/js/resources/core_dynamic_ui.js
+++ b/ios/web/web_state/js/resources/core_dynamic_ui.js
@@ -116,8 +116,7 @@ __gCrWeb.core_dynamic = {};
var loaded_ = function() {
invokeOnHost_({'command': 'document.loaded'});
// Send the favicons to the browser.
- 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.js ('k') | ios/web/web_state/js/resources/core_dynamic_wk.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698