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

Unified Diff: mojo/public/cpp/bindings/lib/pipe_control_message_proxy.h

Issue 1955123003: Mojo C++ bindings: switch the remaining callsites of the old serialization interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@24_union_and_others
Patch Set: Created 4 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
Index: mojo/public/cpp/bindings/lib/pipe_control_message_proxy.h
diff --git a/mojo/public/cpp/bindings/lib/pipe_control_message_proxy.h b/mojo/public/cpp/bindings/lib/pipe_control_message_proxy.h
index 3804c4ce063be2545d59c62908433f8dabbd43c7..87a8d478c8aef98ea6c0d460f5c57309239c6dac 100644
--- a/mojo/public/cpp/bindings/lib/pipe_control_message_proxy.h
+++ b/mojo/public/cpp/bindings/lib/pipe_control_message_proxy.h
@@ -7,6 +7,7 @@
#include "base/macros.h"
#include "mojo/public/cpp/bindings/lib/interface_id.h"
+#include "mojo/public/cpp/bindings/lib/serialization_context.h"
namespace mojo {
@@ -26,6 +27,7 @@ class PipeControlMessageProxy {
private:
// Not owned.
MessageReceiver* receiver_;
+ SerializationContext context_;
DISALLOW_COPY_AND_ASSIGN(PipeControlMessageProxy);
};

Powered by Google App Engine
This is Rietveld 408576698