Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1448)

Unified Diff: content/test/webrtc_content_browsertest_base.h

Issue 516883002: Disabling WebRTC call tests on Android ASAN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moving AEC tests to own file to make disables cleaner. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698