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

Unified Diff: remoting/client/plugin/pepper_xmpp_proxy.h

Issue 8601011: Add OVERRIDE to remoting/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « remoting/client/plugin/pepper_input_handler.h ('k') | remoting/host/capturer_fake_ascii.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_xmpp_proxy.h
diff --git a/remoting/client/plugin/pepper_xmpp_proxy.h b/remoting/client/plugin/pepper_xmpp_proxy.h
index 189572ccca0853691421d75df0f5ae47d3204e9f..cc3e690e9f4e16a75b2770e123f4d86fdb7deaa3 100644
--- a/remoting/client/plugin/pepper_xmpp_proxy.h
+++ b/remoting/client/plugin/pepper_xmpp_proxy.h
@@ -33,10 +33,11 @@ class PepperXmppProxy : public XmppProxy {
// create a WeakPtr on, say the pepper thread, and then pass execution of
// this function callback with the weak pointer bound as a parameter. That
// will fail because the WeakPtr will have been created on the wrong thread.
- virtual void AttachCallback(base::WeakPtr<ResponseCallback> callback);
- virtual void DetachCallback();
+ virtual void AttachCallback(
+ base::WeakPtr<ResponseCallback> callback) OVERRIDE;
+ virtual void DetachCallback() OVERRIDE;
- virtual void SendIq(const std::string& request_xml);
+ virtual void SendIq(const std::string& request_xml) OVERRIDE;
virtual void OnIq(const std::string& response_xml);
private:
« no previous file with comments | « remoting/client/plugin/pepper_input_handler.h ('k') | remoting/host/capturer_fake_ascii.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698