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

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

Issue 2626413003: Replace deprecated call to GetMetadata in Physical Web WebUI (Closed)
Patch Set: remove unrelated changes Created 3 years, 11 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 47415b72e7a92d59e89e44839136fb0f074ce3c8..82d1af39dabf7587a0d6af658a608deb9993c388 100644
--- a/components/physical_web/webui/physical_web_ui_constants.cc
+++ b/components/physical_web/webui/physical_web_ui_constants.cc
@@ -16,12 +16,10 @@ const char kPhysicalWebItemClicked[] = "physicalWebItemClicked";
// Strings.
const char kTitle[] = "title";
-const char kPageInfo[] = "pageInfo";
const char kPageInfoDescription[] = "pageInfoDescription";
const char kPageInfoIcon[] = "pageInfoIcon";
const char kPageInfoTitle[] = "pageInfoTitle";
const char kResolvedUrl[] = "resolvedUrl";
-const char kScannedUrl[] = "scannedUrl";
const char kIndex[] = "index";
const char kReturnNearbyUrls[] = "returnNearbyURLs";
const char kMetadata[] = "metadata";
« 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