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

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

Issue 9427023: Add functions to expand PostDelayedTask interface. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add fix to RunOnPluginThread() in host_plugin.cc Created 8 years, 10 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
« no previous file with comments | « remoting/base/plugin_message_loop_proxy.cc ('k') | remoting/client/plugin/pepper_plugin_thread_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a111e6d690731c95c63028593682e5b53dfec8c8..721895c60bbaf2f44f6300d14df13244a850002f 100644
--- a/remoting/client/plugin/pepper_plugin_thread_delegate.h
+++ b/remoting/client/plugin/pepper_plugin_thread_delegate.h
@@ -26,7 +26,7 @@ class PepperPluginThreadDelegate : public PluginMessageLoopProxy::Delegate {
virtual ~PepperPluginThreadDelegate();
virtual bool RunOnPluginThread(
- int delay_ms, void(CDECL function)(void*), void* data) OVERRIDE;
+ base::TimeDelta delay, void(CDECL function)(void*), void* data) OVERRIDE;
private:
pp::Core* core_;
« no previous file with comments | « remoting/base/plugin_message_loop_proxy.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