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

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

Issue 2717363003: Add Physical Web WebUI Default Url Icon (Closed)
Patch Set: rebase Created 3 years, 9 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 | « components/resources/physical_web_ui_resources.grdp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6a8b7d496a2d6400fa8a73278c5d9b88c33ce3d4..1fb8f4e3659a5ecfc8e4bd567bb38ddf87f74b78 100644
--- a/ios/chrome/browser/ui/webui/physical_web_ui.cc
+++ b/ios/chrome/browser/ui/webui/physical_web_ui.cc
@@ -35,6 +35,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;
}
« no previous file with comments | « components/resources/physical_web_ui_resources.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698