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

Unified Diff: chrome/nacl/broker_thread.h

Issue 7661031: Tag IPC::Channel::Listener implementations with OVERRIDE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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
« no previous file with comments | « chrome/browser/service/service_process_control.h ('k') | chrome/service/service_ipc_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl/broker_thread.h
diff --git a/chrome/nacl/broker_thread.h b/chrome/nacl/broker_thread.h
index 3c1e3ac8126a65950ce23c72e30b2f08395d8bf1..d169c10f4b9e680a3d7a42d6e48834d8e892a22b 100644
--- a/chrome/nacl/broker_thread.h
+++ b/chrome/nacl/broker_thread.h
@@ -23,7 +23,8 @@ class NaClBrokerThread : public ChildThread {
// Returns the one NaCl thread.
static NaClBrokerThread* current();
- virtual void OnChannelConnected(int32 peer_pid);
+ // IPC::Channel::Listener implementation.
+ virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
private:
virtual bool OnControlMessageReceived(const IPC::Message& msg);
« no previous file with comments | « chrome/browser/service/service_process_control.h ('k') | chrome/service/service_ipc_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698