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

Unified Diff: content/renderer/pepper/renderer_ppapi_host_impl.h

Issue 23011018: Modify Pepper CreateResourceHostFromHost to create multiple hosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
Index: content/renderer/pepper/renderer_ppapi_host_impl.h
diff --git a/content/renderer/pepper/renderer_ppapi_host_impl.h b/content/renderer/pepper/renderer_ppapi_host_impl.h
index 935f38da49673f588ea774b44979a8a1bab9f3ca..b7a0a53a505683a816fc6605c5d25fc0870010ec 100644
--- a/content/renderer/pepper/renderer_ppapi_host_impl.h
+++ b/content/renderer/pepper/renderer_ppapi_host_impl.h
@@ -92,10 +92,11 @@ class RendererPpapiHostImpl : public RendererPpapiHost {
base::PlatformFile handle,
bool should_close_source) OVERRIDE;
virtual bool IsRunningInProcess() const OVERRIDE;
- virtual void CreateBrowserResourceHost(
+ virtual void CreateBrowserResourceHosts(
PP_Instance instance,
- const IPC::Message& nested_msg,
- const base::Callback<void(int)>& callback) const OVERRIDE;
+ const std::vector<IPC::Message>& nested_msgs,
+ const base::Callback<void(
+ const std::vector<int>&)>& callback) const OVERRIDE;
private:
RendererPpapiHostImpl(PluginModule* module,
« no previous file with comments | « content/renderer/pepper/pepper_browser_connection.cc ('k') | content/renderer/pepper/renderer_ppapi_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698