| 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..ba84fcc3dcf062e38fdb2d01d1aa5fe302f55fd8 100644
|
| --- a/components/physical_web/webui/physical_web_ui_constants.cc
|
| +++ b/components/physical_web/webui/physical_web_ui_constants.cc
|
| @@ -16,6 +16,7 @@ const char kPhysicalWebItemClicked[] = "physicalWebItemClicked";
|
|
|
| // Strings.
|
| const char kTitle[] = "title";
|
| +const char kEmptyMessage[] = "emptyMessage";
|
| const char kPageInfoDescription[] = "pageInfoDescription";
|
| const char kPageInfoIcon[] = "pageInfoIcon";
|
| const char kPageInfoTitle[] = "pageInfoTitle";
|
|
|