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

Unified Diff: ios/chrome/browser/ui/webui/physical_web_ui.cc

Issue 2717363003: Add Physical Web WebUI Default Url Icon (Closed)
Patch Set: create differnt versions of img Created 3 years, 10 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/chrome/browser/ui/webui/physical_web_ui.cc
diff --git a/ios/chrome/browser/ui/webui/physical_web_ui.cc b/ios/chrome/browser/ui/webui/physical_web_ui.cc
index 98a5cceff0eb7e8d06f509601de4da1c070380b4..a36a5764aae6caaad8b1c7254eb7c6e342c329d1 100644
--- a/ios/chrome/browser/ui/webui/physical_web_ui.cc
+++ b/ios/chrome/browser/ui/webui/physical_web_ui.cc
@@ -34,6 +34,8 @@ web::WebUIIOSDataSource* CreatePhysicalWebUIDataSource() {
IDR_PHYSICAL_WEB_UI_JS);
html_source->AddResourcePath(physical_web_ui::kPhysicalWebCSS,
IDR_PHYSICAL_WEB_UI_CSS);
+ html_source->AddResourcePath(physical_web_ui::kPhysicalWebLinkIcon,
+ IDR_PHYSICAL_WEB_UI_LINK_ICON);
html_source->SetDefaultResource(IDR_PHYSICAL_WEB_UI_HTML);
return html_source;
}

Powered by Google App Engine
This is Rietveld 408576698