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

Unified Diff: content/renderer/pepper/pepper_file_chooser_host.cc

Issue 10912062: Implement the gamepad API in the IPC proxy (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 | « content/renderer/gamepad_shared_memory_reader.cc ('k') | ppapi/examples/gamepad/gamepad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_file_chooser_host.cc
diff --git a/content/renderer/pepper/pepper_file_chooser_host.cc b/content/renderer/pepper/pepper_file_chooser_host.cc
index 4d1515139fffa64f5f8b10a4049a3ef943c0bb2f..f4faa9f2c6aec5ce28ce343bb79f24cfa6b64cd4 100644
--- a/content/renderer/pepper/pepper_file_chooser_host.cc
+++ b/content/renderer/pepper/pepper_file_chooser_host.cc
@@ -166,9 +166,7 @@ int32_t PepperFileChooserHost::OnMsgShow(
return PP_ERROR_NOACCESS;
}
- reply_params_ = ppapi::proxy::ResourceMessageReplyParams(
- context->params.pp_resource(),
- context->params.sequence());
+ reply_params_ = context->MakeReplyParams();
return PP_OK_COMPLETIONPENDING;
}
« no previous file with comments | « content/renderer/gamepad_shared_memory_reader.cc ('k') | ppapi/examples/gamepad/gamepad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698