| 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..99d6a88d877b0fd6d111d500b5c7a8c1d12b325d 100644
|
| --- a/components/physical_web/webui/physical_web_ui_constants.cc
|
| +++ b/components/physical_web/webui/physical_web_ui_constants.cc
|
| @@ -11,7 +11,7 @@ const char kPhysicalWebJS[] = "physical_web.js";
|
| const char kPhysicalWebCSS[] = "physical_web.css";
|
|
|
| // Message handlers.
|
| -const char kRequestNearbyUrls[] = "requestNearbyURLs";
|
| +const char kPhysicalWebPageLoaded[] = "physicalWebPageLoaded";
|
| const char kPhysicalWebItemClicked[] = "physicalWebItemClicked";
|
|
|
| // Strings.
|
|
|