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

Unified Diff: components/physical_web/webui/physical_web_ui_constants.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: components/physical_web/webui/physical_web_ui_constants.cc
diff --git a/components/physical_web/webui/physical_web_ui_constants.cc b/components/physical_web/webui/physical_web_ui_constants.cc
index 82d1af39dabf7587a0d6af658a608deb9993c388..4200b89db83284c86bcb83cb37103166779f2143 100644
--- a/components/physical_web/webui/physical_web_ui_constants.cc
+++ b/components/physical_web/webui/physical_web_ui_constants.cc
@@ -9,6 +9,7 @@ namespace physical_web_ui {
// Resource paths.
const char kPhysicalWebJS[] = "physical_web.js";
const char kPhysicalWebCSS[] = "physical_web.css";
+const char kPhysicalWebLinkIcon[] = "ic_link_grey600_36dp.png";
// Message handlers.
const char kRequestNearbyUrls[] = "requestNearbyURLs";

Powered by Google App Engine
This is Rietveld 408576698