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

Unified Diff: ppapi/proxy/plugin_main_nacl.cc

Issue 10959063: nacl: Fix a bunch of compiler warnings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « ipc/ipc_channel_nacl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/plugin_main_nacl.cc
diff --git a/ppapi/proxy/plugin_main_nacl.cc b/ppapi/proxy/plugin_main_nacl.cc
index bd8dc7dd9590dafa2c92c44cb8dbc079f74c36e3..aae60b063b0eabcb7242cd8c09938a90579f2406 100644
--- a/ppapi/proxy/plugin_main_nacl.cc
+++ b/ppapi/proxy/plugin_main_nacl.cc
@@ -136,7 +136,7 @@ void PpapiDispatcher::Unregister(uint32 plugin_dispatcher_id) {
}
bool PpapiDispatcher::SendToBrowser(IPC::Message* msg) {
- Send(msg);
+ return Send(msg);
}
IPC::Sender* PpapiDispatcher::GetBrowserSender() {
« no previous file with comments | « ipc/ipc_channel_nacl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698