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

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

Issue 667123002: Standardize usage of virtual/override/final in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: remoting/client/plugin/pepper_plugin_thread_delegate.h
diff --git a/remoting/client/plugin/pepper_plugin_thread_delegate.h b/remoting/client/plugin/pepper_plugin_thread_delegate.h
index aa3ce33e0a0bbf6a3109f9938e08a25097a673c7..eb6ddb34db372eb4eeb2fbfa2b2be3547d9bf6a9 100644
--- a/remoting/client/plugin/pepper_plugin_thread_delegate.h
+++ b/remoting/client/plugin/pepper_plugin_thread_delegate.h
@@ -16,10 +16,11 @@ namespace remoting {
class PepperPluginThreadDelegate : public PluginThreadTaskRunner::Delegate {
public:
PepperPluginThreadDelegate();
- virtual ~PepperPluginThreadDelegate();
+ ~PepperPluginThreadDelegate() override;
- virtual bool RunOnPluginThread(
- base::TimeDelta delay, void(CDECL function)(void*), void* data) override;
+ bool RunOnPluginThread(base::TimeDelta delay,
+ void(CDECL function)(void*),
+ void* data) override;
private:
pp::Core* core_;
« no previous file with comments | « remoting/client/plugin/pepper_packet_socket_factory.cc ('k') | remoting/client/plugin/pepper_port_allocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698