| 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 ba84fcc3dcf062e38fdb2d01d1aa5fe302f55fd8..b304d136429f1d8fc6e3f30b232ed7cbe526cc5b 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";
|
|
|