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

Unified Diff: ash/test/ash_test_helper.cc

Issue 14678004: cros: Enable new cras audio handler by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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: ash/test/ash_test_helper.cc
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
index 172a7875b943ea473db9c8b4d67c66adbb604507..2f9481bd25934006c692fb9b16132dde3520dbc6 100644
--- a/ash/test/ash_test_helper.cc
+++ b/ash/test/ash_test_helper.cc
@@ -45,6 +45,10 @@ AshTestHelper::~AshTestHelper() {
}
void AshTestHelper::SetUp() {
+ // TODO(jennyz): Create mock or test AudioHandler so we can instantiate
+ // an ash::Shell with the new CrasAudioHandler. crbug.com/233266
James Cook 2013/04/30 20:55:05 Can you use chromeos::CrasAudioHandler::Initialize
rkc 2013/04/30 23:04:57 Discussed offline.
+ CommandLine::ForCurrentProcess()->AppendSwitch(
+ ash::switches::kAshDisableNewAudioHandler);
// TODO(jamescook): Can we do this without changing command line?
// Use the origin (1,1) so that it doesn't over
// lap with the native mouse cursor.

Powered by Google App Engine
This is Rietveld 408576698