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

Unified Diff: chrome/browser/service/service_process_control.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/automation/automation_resource_message_filter.h ('k') | chrome/nacl/broker_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/service/service_process_control.h
diff --git a/chrome/browser/service/service_process_control.h b/chrome/browser/service/service_process_control.h
index 08aa47022e7964e41f04d8ee3785cea3a2a81f0b..a98a026bab3eaae2270d68bdbd5d3ab98d1573ad 100644
--- a/chrome/browser/service/service_process_control.h
+++ b/chrome/browser/service/service_process_control.h
@@ -68,9 +68,9 @@ class ServiceProcessControl : public IPC::Channel::Sender,
void Disconnect();
// IPC::Channel::Listener implementation.
- virtual bool OnMessageReceived(const IPC::Message& message);
- virtual void OnChannelConnected(int32 peer_pid);
- virtual void OnChannelError();
+ virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
+ virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
+ virtual void OnChannelError() OVERRIDE;
// IPC::Channel::Sender implementation
virtual bool Send(IPC::Message* message);
« no previous file with comments | « chrome/browser/automation/automation_resource_message_filter.h ('k') | chrome/nacl/broker_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698