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

Side by Side Diff: components/physical_web/data_source/physical_web_data_source.cc

Issue 2403423005: Expose Physical Web metadata to native clients over JNI (Closed)
Patch Set: remove unit test Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/physical_web/data_source/physical_web_data_source.h"
6
7 const char kPhysicalWebDescriptionKey[] = "description";
8 const char kPhysicalWebDistanceEstimateKey[] = "distanceEstimate";
9 const char kPhysicalWebGroupIdKey[] = "groupId";
10 const char kPhysicalWebIconUrlKey[] = "icon";
11 const char kPhysicalWebResolvedUrlKey[] = "resolvedUrl";
12 const char kPhysicalWebScanTimestampKey[] = "scanTimestamp";
13 const char kPhysicalWebScannedUrlKey[] = "scannedUrl";
14 const char kPhysicalWebTitleKey[] = "title";
OLDNEW
« no previous file with comments | « components/physical_web/data_source/physical_web_data_source.h ('k') | ios/chrome/common/physical_web/physical_web_scanner.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698