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

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

Issue 813553002: Adding support for pre-sent messages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@state
Patch Set: Fixing tests Created 5 years, 11 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 7a4d8ad87d642371b4e43c9d87506e0c10ba4759..f862e9b8842fe85df311e1fb750e8cd7481c5c57 100644
--- a/components/copresence/proto/data.proto
+++ b/components/copresence/proto/data.proto
@@ -111,6 +111,7 @@ message SubscribedMessage {
repeated string subscription_id = 1;
optional Message published_message = 2;
optional Debug debug = 3;
+ repeated TokenObservation required_token = 5;
}
message Message {
optional MessageType type = 2;

Powered by Google App Engine
This is Rietveld 408576698