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

Unified Diff: webrtc/sdk/android/src/jni/jni_helpers.cc

Issue 2989323002: Revert of Break peerconnection_jni.cc into multiple files, in "pc" directory. (Closed)
Patch Set: Created 3 years, 4 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 | « webrtc/sdk/android/src/jni/jni_helpers.h ('k') | webrtc/sdk/android/src/jni/media_jni.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/android/src/jni/jni_helpers.cc
diff --git a/webrtc/sdk/android/src/jni/jni_helpers.cc b/webrtc/sdk/android/src/jni/jni_helpers.cc
index 9101b276f7a35211546d3fd4c81960699117ec4a..8860f06d5aeab6ee0fbd405db7df263ee8634ecc 100644
--- a/webrtc/sdk/android/src/jni/jni_helpers.cc
+++ b/webrtc/sdk/android/src/jni/jni_helpers.cc
@@ -273,14 +273,6 @@
return ret;
}
-jobject JavaEnumFromIndexAndClassName(JNIEnv* jni,
- const std::string& state_class_fragment,
- int index) {
- const std::string state_class = "org/webrtc/" + state_class_fragment;
- return JavaEnumFromIndex(jni, FindClass(jni, state_class.c_str()),
- state_class, index);
-}
-
std::string GetJavaEnumName(JNIEnv* jni,
const std::string& className,
jobject j_enum) {
« no previous file with comments | « webrtc/sdk/android/src/jni/jni_helpers.h ('k') | webrtc/sdk/android/src/jni/media_jni.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698