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

Unified Diff: components/pairing/proto_decoder.h

Issue 1428353002: Network Setup from Shark to Remora. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address achuithb@'s comment. Created 5 years, 1 month 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/pairing/proto_decoder.h
diff --git a/components/pairing/proto_decoder.h b/components/pairing/proto_decoder.h
index 826c4bb029d7ea83ff93bb03fbff7fcbce5d05c9..fc02819f7aba1633f1bf3bc2cb6cbee3f002ba44 100644
--- a/components/pairing/proto_decoder.h
+++ b/components/pairing/proto_decoder.h
@@ -68,6 +68,8 @@ class ProtoDecoder {
// Convenience functions for serializing messages into an IOBuffer.
static IOBufferRefPtr SendHostStatus(const pairing_api::HostStatus& message,
int* size);
+ static IOBufferRefPtr SendHostNetwork(const pairing_api::AddNetwork& message,
+ int* size);
static IOBufferRefPtr SendConfigureHost(
const pairing_api::ConfigureHost& message, int* size);
static IOBufferRefPtr SendPairDevices(const pairing_api::PairDevices& message,

Powered by Google App Engine
This is Rietveld 408576698