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

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

Issue 2130803002: Deleting the copresence API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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
« no previous file with comments | « components/copresence/proto/enums.proto ('k') | components/copresence/proto/push_message.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/proto/identity.proto
diff --git a/components/copresence/proto/identity.proto b/components/copresence/proto/identity.proto
deleted file mode 100644
index 6c104edd2e086eb8fad2d514bc50fef108e55728..0000000000000000000000000000000000000000
--- a/components/copresence/proto/identity.proto
+++ /dev/null
@@ -1,20 +0,0 @@
-syntax = "proto2";
-package copresence;
-option optimize_for = LITE_RUNTIME;
-import "enums.proto";
-message Identity {
- optional IdentityType type = 1;
- optional string chromecast_id = 3;
- optional string android_id = 4;
- optional string chrome_id = 5;
- optional int64 gaia_id = 6;
-}
-message DeviceIdentity {
- optional Identity identity = 1;
- optional DeviceVersion version = 2;
-}
-message DeviceVersion {
- optional string brand = 1;
- optional string product = 2;
- optional string version = 3;
-}
« no previous file with comments | « components/copresence/proto/enums.proto ('k') | components/copresence/proto/push_message.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698