| 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..0575fceed253ea7095347ec8a6ce74d4892c5cb0 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[] = "link.png";
|
|
|
| // Message handlers.
|
| const char kRequestNearbyUrls[] = "requestNearbyURLs";
|
|
|