Update libjingle to CL 53398036.
Review URL: https://webrtc-codereview.appspot.com/2323004
git-svn-id: http://webrtc.googlecode.com/svn/trunk@4872 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/talk/media/webrtc/webrtcvoiceengine.h b/talk/media/webrtc/webrtcvoiceengine.h
index 6cb0b30..6e11485 100644
--- a/talk/media/webrtc/webrtcvoiceengine.h
+++ b/talk/media/webrtc/webrtcvoiceengine.h
@@ -105,12 +105,8 @@
SoundclipMedia* CreateSoundclip();
- // TODO(pthatcher): Rename to SetOptions and replace the old
- // flags-based SetOptions.
- bool SetAudioOptions(const AudioOptions& options);
- // Eventually, we will replace them with AudioOptions.
- // In the meantime, we leave this here for backwards compat.
- bool SetOptions(int flags);
+ AudioOptions GetOptions() const { return options_; }
+ bool SetOptions(const AudioOptions& options);
// Overrides, when set, take precedence over the options on a
// per-option basis. For example, if AGC is set in options and AEC
// is set in overrides, AGC and AEC will be both be set. Overrides