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

Unified Diff: components/copresence/proto/data.proto

Issue 469883002: Using API key specified from js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review comments Created 6 years, 4 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/copresence/proto/data.proto
diff --git a/components/copresence/proto/data.proto b/components/copresence/proto/data.proto
index 300406bb11bdf71868479b18106d5f1aa3e24389..4f42c7bf6431d1f8fc5c0a46e043399880a87c41 100644
--- a/components/copresence/proto/data.proto
+++ b/components/copresence/proto/data.proto
@@ -29,6 +29,12 @@ message Token {
optional TokenStatus status = 3;
optional Debug debug = 4;
}
+message DeviceFingerprint {
+ optional string manufacturer = 1;
+ optional string model = 2;
+ optional PlatformType type = 3;
+ optional string platform_version = 4;
+}
message TokenTechnology {
optional TokenMedium medium = 1;
repeated TokenInstructionType instruction_type = 2;

Powered by Google App Engine
This is Rietveld 408576698