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

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

Issue 1410923004: Replace PluginThreadTaskRunner with a simpler MainPluginThreadTaskRunner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_mac_test
Patch Set: Created 5 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
deleted file mode 100644
index eb6ddb34db372eb4eeb2fbfa2b2be3547d9bf6a9..0000000000000000000000000000000000000000
--- a/remoting/client/plugin/pepper_plugin_thread_delegate.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef REMOTING_CLIENT_PLUGIN_PEPPER_PLUGIN_THREAD_DELEGATE_H_
-#define REMOTING_CLIENT_PLUGIN_PEPPER_PLUGIN_THREAD_DELEGATE_H_
-
-#include "remoting/base/plugin_thread_task_runner.h"
-
-namespace pp {
-class Core;
-} // namespace pp
-
-namespace remoting {
-
-class PepperPluginThreadDelegate : public PluginThreadTaskRunner::Delegate {
- public:
- PepperPluginThreadDelegate();
- ~PepperPluginThreadDelegate() override;
-
- bool RunOnPluginThread(base::TimeDelta delay,
- void(CDECL function)(void*),
- void* data) override;
-
- private:
- pp::Core* core_;
-};
-
-} // namespace remoting
-
-#endif // REMOTING_CLIENT_PLUGIN_PEPPER_PLUGIN_THREAD_DELEGATE_H_
« no previous file with comments | « remoting/client/plugin/pepper_main_thread_task_runner.cc ('k') | remoting/client/plugin/pepper_plugin_thread_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698