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

Unified Diff: content/browser/gpu/gpu_process_host.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
Index: content/browser/gpu/gpu_process_host.h
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index c50af2e96ad1e81e551bc01f7bd22b98740c315d..08f583ddffe89c0d83d5e81e34e0c47bc4ed0ff1 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -54,8 +54,8 @@ class GpuProcessHost : public BrowserChildProcessHost,
virtual bool Send(IPC::Message* msg);
// ChildProcessHost implementation.
- virtual bool OnMessageReceived(const IPC::Message& message);
- virtual void OnChannelConnected(int32 peer_pid);
+ virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
+ virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
typedef Callback3<const IPC::ChannelHandle&,
base::ProcessHandle,

Powered by Google App Engine
This is Rietveld 408576698