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

Unified Diff: components/copresence/proto/rpcs.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/data.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/proto/rpcs.proto
diff --git a/components/copresence/proto/rpcs.proto b/components/copresence/proto/rpcs.proto
index c138f9a87fdb1e053c7379db8b0ec3986fea6faa..3cd340a68a124e6588facd1296772cc3830df7ee 100644
--- a/components/copresence/proto/rpcs.proto
+++ b/components/copresence/proto/rpcs.proto
@@ -2,6 +2,7 @@ syntax = "proto2";
package copresence;
option optimize_for = LITE_RUNTIME;
import "codes.proto";
+import "config_data.proto";
import "enums.proto";
import "data.proto";
message RequestHeader {
@@ -16,6 +17,7 @@ message RequestHeader {
message ResponseHeader {
optional DebugInfo debug_info = 2;
optional Status status = 3;
+ optional Configuration configuration = 4;
}
message RegisterDeviceRequest {
optional RequestHeader header = 1;
« no previous file with comments | « components/copresence/proto/data.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698