| Index: content/test/webrtc_content_browsertest_base.h
|
| diff --git a/content/test/webrtc_content_browsertest_base.h b/content/test/webrtc_content_browsertest_base.h
|
| index 16745f7a2ea49db2e662b7ba05b5393ec636ee2b..05f2ec2cff827e8ebd29010e51e2dcdbd3f46553 100644
|
| --- a/content/test/webrtc_content_browsertest_base.h
|
| +++ b/content/test/webrtc_content_browsertest_base.h
|
| @@ -26,6 +26,8 @@ class WebRtcContentBrowserTest: public ContentBrowserTest {
|
| // If the javascript returns != OK or times out, we fail the test.
|
| void ExecuteJavascriptAndWaitForOk(const std::string& javascript);
|
|
|
| + void DisableOpusIfOnAndroid();
|
| +
|
| // Generates javascript code for a getUserMedia call.
|
| std::string GenerateGetUserMediaCall(const char* function_name,
|
| int min_width,
|
|
|