summaryrefslogtreecommitdiffstats
path: root/remoting/host/heartbeat_sender.h
diff options
context:
space:
mode:
authorhans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 22:18:21 +0000
committerhans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-09 22:18:21 +0000
commitc172d6972b2886067fb65afe2e647afc0451f832 (patch)
treef882ad19a16245699576bf3de10708eb14528226 /remoting/host/heartbeat_sender.h
parent0034fcdedcb38e955264fde859e7c60edacca948 (diff)
downloadchromium_src-c172d6972b2886067fb65afe2e647afc0451f832.zip
chromium_src-c172d6972b2886067fb65afe2e647afc0451f832.tar.gz
chromium_src-c172d6972b2886067fb65afe2e647afc0451f832.tar.bz2
Clean-up inline members of nested classes (remoting/)
Due to a bug, the Clang-plugin style checker failed to warn about inline constructors, destructors, non-empty virtual methods, etc. for nested classes. The plugin has been fixed, and this patch is part of a clean-up of all the code that now causes the plugin to issue errors. BUG=139346 Review URL: https://chromiumcodereview.appspot.com/10855076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150913 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/heartbeat_sender.h')
-rw-r--r--remoting/host/heartbeat_sender.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/heartbeat_sender.h b/remoting/host/heartbeat_sender.h
index daa7ed8..2fb2dae 100644
--- a/remoting/host/heartbeat_sender.h
+++ b/remoting/host/heartbeat_sender.h
@@ -98,6 +98,8 @@ class HeartbeatSender : public SignalStrategy::Listener {
// SignalStrategy::Listener interface.
virtual void OnSignalStrategyStateChange(
SignalStrategy::State state) OVERRIDE;
+ virtual bool OnSignalStrategyIncomingStanza(
+ const buzz::XmlElement* stanza) OVERRIDE;
private:
FRIEND_TEST_ALL_PREFIXES(HeartbeatSenderTest, DoSendStanza);