| Index: webrtc/voice_engine/include/voe_base.h
|
| diff --git a/webrtc/voice_engine/include/voe_base.h b/webrtc/voice_engine/include/voe_base.h
|
| index b8732129dfa36aa981b85ac703441fd2a95288d2..dec07d6409b88fa418fe54f45712a12dc879f6ac 100644
|
| --- a/webrtc/voice_engine/include/voe_base.h
|
| +++ b/webrtc/voice_engine/include/voe_base.h
|
| @@ -85,10 +85,6 @@ class WEBRTC_DLLEXPORT VoiceEngine {
|
| // receives callbacks for generated trace messages.
|
| static int SetTraceCallback(TraceCallback* callback);
|
|
|
| -#if !defined(WEBRTC_CHROMIUM_BUILD)
|
| - static int SetAndroidObjects(void* javaVM, void* context);
|
| -#endif
|
| -
|
| static std::string GetVersionString();
|
|
|
| protected:
|
|
|