Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Unified Diff: components/physical_web/webui/physical_web_ui_constants.h

Issue 2741823002: Update Physical Web WebUI to show new results automatically (Closed)
Patch Set: fix test Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/physical_web/webui/physical_web_ui_constants.h
diff --git a/components/physical_web/webui/physical_web_ui_constants.h b/components/physical_web/webui/physical_web_ui_constants.h
index 320bf4c212eee9615776e5a6d0171f24c070ff42..d7acdd068754900ba7afffc046ecac815ba06651 100644
--- a/components/physical_web/webui/physical_web_ui_constants.h
+++ b/components/physical_web/webui/physical_web_ui_constants.h
@@ -14,7 +14,7 @@ extern const char kPhysicalWebCSS[];
// Message handlers.
// Must match the constants used in the resource files.
-extern const char kRequestNearbyUrls[];
+extern const char kPhysicalWebPageLoaded[];
extern const char kPhysicalWebItemClicked[];
// Strings.
@@ -26,7 +26,7 @@ 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

Powered by Google App Engine
This is Rietveld 408576698