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

Unified Diff: media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java

Issue 129593002: Add Galaxy S4 and Nexus 4 to platform AEC whitelist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java
diff --git a/media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java b/media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java
index 15d7aef6959d78bcd0bd527a16ecbfe7f3051694..0ce12efe4dfc8040afc6c916e8ec60f457deb036 100644
--- a/media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java
+++ b/media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java
@@ -384,7 +384,9 @@ class AudioManagerAndroid {
// quality platform echo cancellation.
return Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN &&
AcousticEchoCanceler.isAvailable() &&
- (Build.MODEL.equals("Nexus 5") ||
+ (Build.MODEL.equals("GT-I9500") || // Galaxy S4
+ Build.MODEL.equals("Nexus 4") ||
+ Build.MODEL.equals("Nexus 5") ||
Build.MODEL.equals("Nexus 7"));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698