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

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

Issue 1153293003: NaCl cleanup: Stop connecting to the SRPC trusted command channel (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove uncalled OnChannelError() Created 5 years, 6 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_trusted_listener.h
diff --git a/components/nacl/loader/nacl_trusted_listener.h b/components/nacl/loader/nacl_trusted_listener.h
index a430e490e45b5b3bd7cd8be074261aaca20009af..6b6fdb1a43ecb2e8f035f44924d436783e501e55 100644
--- a/components/nacl/loader/nacl_trusted_listener.h
+++ b/components/nacl/loader/nacl_trusted_listener.h
@@ -25,7 +25,6 @@ class NaClTrustedListener : public base::RefCounted<NaClTrustedListener>,
// Listener implementation.
bool OnMessageReceived(const IPC::Message& message) override;
- void OnChannelError() override;
bool Send(IPC::Message* msg);

Powered by Google App Engine
This is Rietveld 408576698