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

Unified Diff: base/android/thread_utils.h

Issue 11729002: Set Realtime Audio Thread priority on Android (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase to land Created 7 years, 11 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 | « base/android/java/src/org/chromium/base/ThreadUtils.java ('k') | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/thread_utils.h
diff --git a/base/message_loop_proxy.cc b/base/android/thread_utils.h
similarity index 52%
copy from base/message_loop_proxy.cc
copy to base/android/thread_utils.h
index 755564b9c5d915d71e2fc46f335ec8428db3c769..cbe65f0813440ffd8f06d17fc8d58d8def920110 100644
--- a/base/message_loop_proxy.cc
+++ b/base/android/thread_utils.h
@@ -2,16 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/message_loop_proxy.h"
+#ifndef BASE_ANDROID_THREAD_UTILS_H_
+#define BASE_ANDROID_THREAD_UTILS_H_
-#include "base/bind.h"
+#include "base/android/jni_android.h"
namespace base {
-MessageLoopProxy::MessageLoopProxy() {
-}
-
-MessageLoopProxy::~MessageLoopProxy() {
-}
+bool RegisterThreadUtils(JNIEnv* env);
} // namespace base
+
+#endif // BASE_ANDROID_THREAD_UTILS_H_
« no previous file with comments | « base/android/java/src/org/chromium/base/ThreadUtils.java ('k') | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698