summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process_host.h
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-08 17:50:46 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-08 17:50:46 +0000
commit02d08e07d137b394792d15b712d029455713b195 (patch)
treef1a662492bc8a3aa9b336b459cc6d07531ec0b02 /chrome/common/child_process_host.h
parent2aad74f0f82e51769b6a11516d1136722aead390 (diff)
downloadchromium_src-02d08e07d137b394792d15b712d029455713b195.zip
chromium_src-02d08e07d137b394792d15b712d029455713b195.tar.gz
chromium_src-02d08e07d137b394792d15b712d029455713b195.tar.bz2
FBTF: Small nits; moving virtual methods to implementation.
BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3627002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_host.h')
-rw-r--r--chrome/common/child_process_host.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/common/child_process_host.h b/chrome/common/child_process_host.h
index 8eb050b..72438e8 100644
--- a/chrome/common/child_process_host.h
+++ b/chrome/common/child_process_host.h
@@ -93,9 +93,7 @@ class ChildProcessHost : public IPC::Channel::Listener {
virtual void OnChildDied();
// Allows the derived implementation to intercept a message before it is
// handed to the IPC::Channel::Listener::OnMessageReceived implementation.
- virtual bool InterceptMessageFromChild(const IPC::Message& msg) {
- return false;
- }
+ virtual bool InterceptMessageFromChild(const IPC::Message& msg);
// Subclasses can implement specific notification methods.
virtual void Notify(NotificationType type) { }