summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin/pepper_util.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-21 03:37:33 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-21 03:37:33 +0000
commit25f81b94738bab3593129002e20f4f031cc8c94d (patch)
tree66732ee91308ae883b6e462ed484cf2712028bac /remoting/client/plugin/pepper_util.h
parent149b62c5e7f27b9b5f22d69a24a02825adb3238e (diff)
downloadchromium_src-25f81b94738bab3593129002e20f4f031cc8c94d.zip
chromium_src-25f81b94738bab3593129002e20f4f031cc8c94d.tar.gz
chromium_src-25f81b94738bab3593129002e20f4f031cc8c94d.tar.bz2
Use plugin message loop for main loop in the client plugin.
BUG=None TEST=None Review URL: http://codereview.chromium.org/7669037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97590 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/plugin/pepper_util.h')
-rw-r--r--remoting/client/plugin/pepper_util.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/remoting/client/plugin/pepper_util.h b/remoting/client/plugin/pepper_util.h
index 6014824..9de64bc 100644
--- a/remoting/client/plugin/pepper_util.h
+++ b/remoting/client/plugin/pepper_util.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -23,13 +23,6 @@ void CompletionCallbackTaskAdapter(void* user_data, int32_t not_used);
// APIs that require a pp::CompletionCallback. Takes ownership of |task|.
pp::CompletionCallback TaskToCompletionCallback(Task* task);
-// Posts the current task to the plugin's main thread. Takes ownership of
-// |task|.
-void RunTaskOnPluginThread(Task* task);
-
-// Returns true if the current thread is the plugin main thread.
-bool CurrentlyOnPluginThread();
-
} // namespace remoting
#endif // REMOTING_CLIENT_PLUGIN_PLUGIN_UTIL_H_