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

Unified Diff: components/nacl/loader/nonsfi/nonsfi_listener.h

Issue 1133303005: Non-SFI mode: Open primary IPC::Channel before seccomp-sandbox enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/nonsfi/nonsfi_listener.h
diff --git a/components/nacl/loader/nonsfi/nonsfi_listener.h b/components/nacl/loader/nonsfi/nonsfi_listener.h
index 51ad6ab627a621773432bfdbd5c1d7db32c38152..250403d81398a9c4dbf9c00d4f103014fdeffaa5 100644
--- a/components/nacl/loader/nonsfi/nonsfi_listener.h
+++ b/components/nacl/loader/nonsfi/nonsfi_listener.h
@@ -19,7 +19,7 @@
namespace IPC {
class Message;
-class SyncChannel;
+class Channel;
} // namespace IPC
class NaClTrustedListener;
@@ -47,7 +47,7 @@ class NonSfiListener : public IPC::Listener {
base::Thread io_thread_;
base::WaitableEvent shutdown_event_;
- scoped_ptr<IPC::SyncChannel> channel_;
+ scoped_ptr<IPC::Channel> channel_;
scoped_refptr<NaClTrustedListener> trusted_listener_;
scoped_ptr<std::map<std::string, int>> key_fd_map_;

Powered by Google App Engine
This is Rietveld 408576698