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

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

Issue 712833002: Undoing revert, cl is not the cause of gcm crash on canary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2214
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/copresence/proto/BUILD.gn ('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/data.proto
diff --git a/components/copresence/proto/data.proto b/components/copresence/proto/data.proto
index ef8e0ee7691fe018997e352ad79302ffc355de34..b7acb42eeab0b77873ef98ca36a7fa76aaa61f87 100644
--- a/components/copresence/proto/data.proto
+++ b/components/copresence/proto/data.proto
@@ -15,6 +15,10 @@ message Status {
}
message PushServiceRegistration {
optional PushService service = 1;
+ optional GcmRegistration gcm_registration = 2;
+}
+message GcmRegistration {
+ optional string device_token = 1;
}
message DeviceIdentifiers {
optional int32 ulr_device_id = 1;
« no previous file with comments | « components/copresence/proto/BUILD.gn ('k') | components/copresence/proto/push_message.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698