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

Unified Diff: components/physical_web/data_source/physical_web_data_source.h

Issue 2403423005: Expose Physical Web metadata to native clients over JNI (Closed)
Patch Set: remove unit test Created 4 years, 2 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/data_source/physical_web_data_source.h
diff --git a/components/physical_web/data_source/physical_web_data_source.h b/components/physical_web/data_source/physical_web_data_source.h
index 6225b7aab9953d5fdae8ea61d4c5b3474b777781..927e8933cc979c49c9d690f6b3525bbd34287d44 100644
--- a/components/physical_web/data_source/physical_web_data_source.h
+++ b/components/physical_web/data_source/physical_web_data_source.h
@@ -13,6 +13,16 @@ class ListValue;
class PhysicalWebListener;
+// Dictionary keys for reading Physical Web URL metadata.
+extern const char kPhysicalWebDescriptionKey[];
+extern const char kPhysicalWebDistanceEstimateKey[];
+extern const char kPhysicalWebGroupIdKey[];
+extern const char kPhysicalWebIconUrlKey[];
+extern const char kPhysicalWebResolvedUrlKey[];
+extern const char kPhysicalWebScanTimestampKey[];
+extern const char kPhysicalWebScannedUrlKey[];
+extern const char kPhysicalWebTitleKey[];
+
// Helper class for accessing Physical Web metadata and controlling the scanner.
class PhysicalWebDataSource {
public:
« no previous file with comments | « components/physical_web/data_source/BUILD.gn ('k') | components/physical_web/data_source/physical_web_data_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698