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