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
diff --git a/src/engine_configurations.h b/src/engine_configurations.h
index 1c9076c..fdf63fc 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
// ----------------------------------------------------------------------------