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

Unified Diff: ppapi/host/host_message_context.cc

Issue 231883002: Refactor some ResourceMessageReply usages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase after great git cl format event. Created 6 years, 8 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 | « ppapi/host/host_message_context.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/host/host_message_context.cc
diff --git a/ppapi/host/host_message_context.cc b/ppapi/host/host_message_context.cc
index 28df040074cd988fdd68ef5eaf3626b4fd6ca6f0..c60b8a323211b5d4d9527551ce0b7170b420a1b1 100644
--- a/ppapi/host/host_message_context.cc
+++ b/ppapi/host/host_message_context.cc
@@ -7,8 +7,8 @@
namespace ppapi {
namespace host {
-ReplyMessageContext::ReplyMessageContext() {
-}
+ReplyMessageContext::ReplyMessageContext()
+ : sync_reply_msg(NULL), routing_id(MSG_ROUTING_NONE) {}
ReplyMessageContext::ReplyMessageContext(
const ppapi::proxy::ResourceMessageReplyParams& cp,
« no previous file with comments | « ppapi/host/host_message_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698