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

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

Issue 799793002: Adding configuration protos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/config_data.proto ('k') | components/copresence/proto/rpcs.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 b7acb42eeab0b77873ef98ca36a7fa76aaa61f87..7a4d8ad87d642371b4e43c9d87506e0c10ba4759 100644
--- a/components/copresence/proto/data.proto
+++ b/components/copresence/proto/data.proto
@@ -1,6 +1,7 @@
syntax = "proto2";
package copresence;
option optimize_for = LITE_RUNTIME;
+import "config_data.proto";
import "enums.proto";
import "identity.proto";
message ClientVersion {
@@ -58,6 +59,7 @@ message Directive {
optional int64 ttl_millis = 4;
optional string published_message_id = 5;
optional string subscription_id = 6;
+ optional DirectiveConfiguration configuration = 7;
}
message DeviceState {
optional DeviceCapabilities capabilities = 1;
« no previous file with comments | « components/copresence/proto/config_data.proto ('k') | components/copresence/proto/rpcs.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698