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

Unified Diff: ui/webui/resources/js/icon.js

Issue 2014743002: Update iOS WebUI History to use icon.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « ios/web/webui/resources/web_ui_favicons.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/icon.js
diff --git a/ui/webui/resources/js/icon.js b/ui/webui/resources/js/icon.js
index 468ccd4b84dcb84733f9d47938002d89a870061b..122b707fd645e24959d1389717d980d281c23715 100644
--- a/ui/webui/resources/js/icon.js
+++ b/ui/webui/resources/js/icon.js
@@ -98,6 +98,7 @@ cr.define('cr.icon', function() {
}
return {
+ getSupportedScaleFactors: getSupportedScaleFactors,
getProfileAvatarIcon: getProfileAvatarIcon,
getFaviconImageSet: getFaviconImageSet,
};
« no previous file with comments | « ios/web/webui/resources/web_ui_favicons.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698