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

Unified Diff: ppapi/host/host_message_context.h

Issue 10909138: Convert the async device ID getter to a chrome resource host (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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/pepper/renderer_ppapi_host_impl.cc ('k') | ppapi/host/host_message_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/host/host_message_context.h
diff --git a/ppapi/host/host_message_context.h b/ppapi/host/host_message_context.h
index 67082614157074c8fc985aa6bf4bc76b0aa9dfdc..d0958ab95d986a2b65234162f84307f67ecf6b9c 100644
--- a/ppapi/host/host_message_context.h
+++ b/ppapi/host/host_message_context.h
@@ -21,7 +21,7 @@ struct PPAPI_HOST_EXPORT HostMessageContext {
// Returns a "reply params" struct with the same resource and sequence number
// as this request.
- ppapi::proxy::ResourceMessageReplyParams MakeReplyParams();
+ ppapi::proxy::ResourceMessageReplyParams MakeReplyParams() const;
// The original call parameters passed to the resource message call.
const ppapi::proxy::ResourceMessageCallParams& params;
« no previous file with comments | « content/renderer/pepper/renderer_ppapi_host_impl.cc ('k') | ppapi/host/host_message_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698