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

Unified Diff: components/copresence/proto/rpcs.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/rpcs.proto
diff --git a/components/copresence/proto/rpcs.proto b/components/copresence/proto/rpcs.proto
index 22b868ff2abf4ec936d8400a6bf71620d282a0a3..c138f9a87fdb1e053c7379db8b0ec3986fea6faa 100644
--- a/components/copresence/proto/rpcs.proto
+++ b/components/copresence/proto/rpcs.proto
@@ -10,6 +10,7 @@ message RequestHeader {
optional int64 current_time_millis = 6;
optional string registered_device_id = 7;
repeated string experiment_override = 8;
+ optional DeviceFingerprint device_fingerprint = 10;
optional string configuration_etag = 11;
}
message ResponseHeader {

Powered by Google App Engine
This is Rietveld 408576698