summaryrefslogtreecommitdiff
path: root/chromium/components/physical_web/webui/physical_web_ui_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/physical_web/webui/physical_web_ui_constants.h')
-rw-r--r--chromium/components/physical_web/webui/physical_web_ui_constants.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/chromium/components/physical_web/webui/physical_web_ui_constants.h b/chromium/components/physical_web/webui/physical_web_ui_constants.h
index 2eb85231496..6b18bbaf1bf 100644
--- a/chromium/components/physical_web/webui/physical_web_ui_constants.h
+++ b/chromium/components/physical_web/webui/physical_web_ui_constants.h
@@ -11,21 +11,23 @@ namespace physical_web_ui {
// Must match the resource file names.
extern const char kPhysicalWebJS[];
extern const char kPhysicalWebCSS[];
+extern const char kPhysicalWebLinkIcon[];
// Message handlers.
// Must match the constants used in the resource files.
-extern const char kRequestNearbyUrls[];
+extern const char kPhysicalWebPageLoaded[];
extern const char kPhysicalWebItemClicked[];
// Strings.
// Must match the constants used in the resource files.
extern const char kTitle[];
+extern const char kEmptyMessage[];
extern const char kPageInfoDescription[];
extern const char kPageInfoIcon[];
extern const char kPageInfoTitle[];
extern const char kResolvedUrl[];
extern const char kIndex[];
-extern const char kReturnNearbyUrls[];
+extern const char kPushNearbyUrls[];
extern const char kMetadata[];
} // namespace physical_web_ui