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

Unified Diff: components/nacl/loader/nacl_listener.h

Issue 1090233003: Set up a NaCl load status callback to start replacing "start_module". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: components/nacl/loader/nacl_listener.h
diff --git a/components/nacl/loader/nacl_listener.h b/components/nacl/loader/nacl_listener.h
index 9e8d67b65747d96b35f3391e7bb95a22faf55f0a..776c3cc2e198072624151fa243e405216f0d6e54 100644
--- a/components/nacl/loader/nacl_listener.h
+++ b/components/nacl/loader/nacl_listener.h
@@ -58,6 +58,8 @@ class NaClListener : public IPC::Listener {
IPC::PlatformFileForTransit ipc_fd,
base::FilePath file_path);
+ NaClTrustedListener* trusted_listener() { return trusted_listener_.get(); }
Mark Seaborn 2015/04/17 23:30:58 Nit: you could put this next to crash_info_shmem_m
jvoung (off chromium) 2015/04/18 01:00:46 Done.
+
private:
bool OnMessageReceived(const IPC::Message& msg) override;

Powered by Google App Engine
This is Rietveld 408576698