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

Unified Diff: chrome/nacl/nacl_listener.h

Issue 10020002: Pass the nacl start parameters as a struct. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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: chrome/nacl/nacl_listener.h
diff --git a/chrome/nacl/nacl_listener.h b/chrome/nacl/nacl_listener.h
index 46c3af57c642ab702c37485282e12ffb0b3a886d..d601e332eee35cbdf7e8c7bf75b6848a63da8069 100644
--- a/chrome/nacl/nacl_listener.h
+++ b/chrome/nacl/nacl_listener.h
@@ -32,10 +32,7 @@ class NaClListener : public IPC::Channel::Listener {
bool Send(IPC::Message* msg);
private:
- void OnStartSelLdr(std::vector<nacl::FileDescriptor> handles,
- const std::string& validation_cache_key,
- const std::string& version,
- bool enable_exception_handling);
+ void OnMsgStart(const nacl::NaClStartParams& params);
virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
// A channel back to the browser.

Powered by Google App Engine
This is Rietveld 408576698