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

Unified Diff: chromeos/components/tether/proto/tether.proto

Issue 2913363002: [CrOS Tether] Add KeepAliveTickleResponse messages to both the proto file and MessageWrapper. (Closed)
Patch Set: Rebased. Created 3 years, 7 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 | « chromeos/components/tether/message_wrapper_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/proto/tether.proto
diff --git a/chromeos/components/tether/proto/tether.proto b/chromeos/components/tether/proto/tether.proto
index a0b7ddf1f3d593770519aab6368749ff789249a8..634429c86add89b7b496a708f648bc2ab334a136 100644
--- a/chromeos/components/tether/proto/tether.proto
+++ b/chromeos/components/tether/proto/tether.proto
@@ -19,6 +19,7 @@ enum MessageType {
CONNECT_TETHERING_RESPONSE = 4;
DISCONNECT_TETHERING_REQUEST = 5;
KEEP_ALIVE_TICKLE = 6;
+ KEEP_ALIVE_TICKLE_RESPONSE = 7;
}
// Meant to communicate the host's current Wifi status. This is intended to
@@ -103,5 +104,10 @@ message ConnectTetheringResponse {
// Next id: 1
message KeepAliveTickle {}
+// Next id: 2
+message KeepAliveTickleResponse {
+ optional DeviceStatus device_status = 1;
+}
+
// Next id: 1
message DisconnectTetheringRequest {}
« no previous file with comments | « chromeos/components/tether/message_wrapper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698