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

Unified Diff: components/nacl/browser/nacl_process_host.h

Issue 139993009: [WIP] Yet another demo for BMM NaCl ppapi connection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: components/nacl/browser/nacl_process_host.h
diff --git a/components/nacl/browser/nacl_process_host.h b/components/nacl/browser/nacl_process_host.h
index 26c4914ac684c148ff611edbc648590fe470f160..63e6a1d6d5b553695e3258e62b947d99c032f749 100644
--- a/components/nacl/browser/nacl_process_host.h
+++ b/components/nacl/browser/nacl_process_host.h
@@ -177,7 +177,9 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
#endif
// Called when the PPAPI IPC channel to the browser has been created.
- void OnPpapiBrowserChannelCreated(const IPC::ChannelHandle& channel_handle);
+ void OnPpapiBrowserChannelCreated(
Mark Seaborn 2014/02/03 22:59:07 Rename to OnPpapiChannelsCreated()?
Mark Seaborn 2014/02/07 22:53:43 Can you rebase this onto the refactoring that you
+ const IPC::ChannelHandle& browser_channel_handle,
+ const IPC::ChannelHandle& renderer_channel_handle);
// Called when the PPAPI IPC channel to the renderer has been created.
void OnPpapiRendererChannelCreated(const IPC::ChannelHandle& channel_handle);
Mark Seaborn 2014/02/03 22:59:07 This method should go away, right?

Powered by Google App Engine
This is Rietveld 408576698