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

Unified Diff: chrome/browser/ui/webui/physical_web/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: chrome/browser/ui/webui/physical_web/physical_web_ui.cc
diff --git a/chrome/browser/ui/webui/physical_web/physical_web_ui.cc b/chrome/browser/ui/webui/physical_web/physical_web_ui.cc
index a37fb457cfb73e4cbf03dd9902eb983aa32866f4..7efd66ef2b9ebe664547b9287c7521b3171b1464 100644
--- a/chrome/browser/ui/webui/physical_web/physical_web_ui.cc
+++ b/chrome/browser/ui/webui/physical_web/physical_web_ui.cc
@@ -30,6 +30,9 @@ content::WebUIDataSource* CreatePhysicalWebHTMLSource() {
IDR_PHYSICAL_WEB_UI_JS);
source->AddResourcePath(physical_web_ui::kPhysicalWebCSS,
IDR_PHYSICAL_WEB_UI_CSS);
+ source->AddResourcePath(physical_web_ui::kPhysicalWebLinkIcon,
+ IDR_PHYSICAL_WEB_UI_LINK_ICON);
+
source->SetDefaultResource(IDR_PHYSICAL_WEB_UI_HTML);
return source;
}

Powered by Google App Engine
This is Rietveld 408576698