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

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

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.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..98e47618c5a67124f49178f0921e909f1339ee60 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.
@@ -22,7 +22,7 @@ const char kPageInfoIcon[] = "pageInfoIcon";
const char kPageInfoTitle[] = "pageInfoTitle";
const char kResolvedUrl[] = "resolvedUrl";
const char kIndex[] = "index";
-const char kReturnNearbyUrls[] = "returnNearbyURLs";
+const char kPushNearbyUrls[] = "pushNearbyURLs";
const char kMetadata[] = "metadata";
} // namespace physical_web_ui
« no previous file with comments | « components/physical_web/webui/physical_web_ui_constants.h ('k') | components/physical_web/webui/resources/physical_web.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698