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

Unified Diff: chromeos/components/tether/message_wrapper.h

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 | « no previous file | chromeos/components/tether/message_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/message_wrapper.h
diff --git a/chromeos/components/tether/message_wrapper.h b/chromeos/components/tether/message_wrapper.h
index d62ac5fb1754f46d193bc65551376c7a8339ebfe..9d92dbc1bbc75205553ed8fb8790c2d4781d9db6 100644
--- a/chromeos/components/tether/message_wrapper.h
+++ b/chromeos/components/tether/message_wrapper.h
@@ -31,6 +31,7 @@ class MessageWrapper {
MessageWrapper(const ConnectTetheringResponse& response);
MessageWrapper(const DisconnectTetheringRequest& request);
MessageWrapper(const KeepAliveTickle& tickle);
+ MessageWrapper(const KeepAliveTickleResponse& response);
MessageWrapper(const TetherAvailabilityRequest& request);
MessageWrapper(const TetherAvailabilityResponse& response);
« no previous file with comments | « no previous file | chromeos/components/tether/message_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698