From 832d7c6000da255883c0f7d47e49ba19556b4ed0 Mon Sep 17 00:00:00 2001 From: "xians@webrtc.org" Date: Thu, 8 Dec 2011 16:45:46 +0000 Subject: [PATCH] Disable typing detection for chromium since CGEventSourceKeyState is violating chromium sandbox. Review URL: http://webrtc-codereview.appspot.com/320003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1132 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/engine_configurations.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/engine_configurations.h b/src/engine_configurations.h index 1c9076cacb..fdf63fc48f 100644 --- a/src/engine_configurations.h +++ b/src/engine_configurations.h @@ -50,9 +50,12 @@ #define WEBRTC_VOICE_ENGINE_AGC // Near-end AGC #define WEBRTC_VOICE_ENGINE_ECHO // Near-end AEC #define WEBRTC_VOICE_ENGINE_NR // Near-end NS -#define WEBRTC_VOICE_ENGINE_TYPING_DETECTION #define WEBRTC_VOE_EXTERNAL_REC_AND_PLAYOUT +#ifndef WEBRTC_CHROMIUM_BUILD +#define WEBRTC_VOICE_ENGINE_TYPING_DETECTION // Typing detection +#endif + // ---------------------------------------------------------------------------- // VoiceEngine sub-APIs // ----------------------------------------------------------------------------