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

Unified Diff: ppapi/host/resource_host.h

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 | « ppapi/host/ppapi_host.cc ('k') | ppapi/ppapi_host.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/host/resource_host.h
diff --git a/ppapi/host/resource_host.h b/ppapi/host/resource_host.h
index c1e4b745ba7591ee9dd533467e4ea9f86aa1944a..27d87b366b36b847c96c3f5e94ab917bd570eac6 100644
--- a/ppapi/host/resource_host.h
+++ b/ppapi/host/resource_host.h
@@ -39,7 +39,9 @@ class PPAPI_HOST_EXPORT ResourceHost {
//
// You can do a response asynchronously by returning PP_OK_COMPLETIONPENDING.
// This will cause the reply to be skipped, and the class implementing this
- // function will take responsibility for issuing the callback later.
+ // function will take responsibility for issuing the callback. The callback
+ // can be issued inside OnResourceMessageReceived before it returns, or at
+ // a future time.
//
// If you don't have a particular reply message, you can just ignore
// the reply in the message context. However, if you have a reply more than
« no previous file with comments | « ppapi/host/ppapi_host.cc ('k') | ppapi/ppapi_host.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698