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

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

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.h
diff --git a/components/physical_web/webui/physical_web_ui_constants.h b/components/physical_web/webui/physical_web_ui_constants.h
index b63d7d4436224f97a55c24b53738a0967b746c92..2eb85231496505a0472215a94382813b89104a7f 100644
--- a/components/physical_web/webui/physical_web_ui_constants.h
+++ b/components/physical_web/webui/physical_web_ui_constants.h
@@ -20,12 +20,10 @@ extern const char kPhysicalWebItemClicked[];
// Strings.
// Must match the constants used in the resource files.
extern const char kTitle[];
-extern const char kPageInfo[];
extern const char kPageInfoDescription[];
extern const char kPageInfoIcon[];
extern const char kPageInfoTitle[];
extern const char kResolvedUrl[];
-extern const char kScannedUrl[];
extern const char kIndex[];
extern const char kReturnNearbyUrls[];
extern const char kMetadata[];

Powered by Google App Engine
This is Rietveld 408576698