summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-27 19:56:41 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-27 19:56:41 +0000
commit891acc9b216198f8a143a8b0f1a0dada8d989299 (patch)
treef737fcebc7dddbe9291d099ece66a9c282d86032 /chrome/common/chrome_switches.h
parent23fe227f16ed4bee9a9da5558261f945f646c5ce (diff)
downloadchromium_src-891acc9b216198f8a143a8b0f1a0dada8d989299.zip
chromium_src-891acc9b216198f8a143a8b0f1a0dada8d989299.tar.gz
chromium_src-891acc9b216198f8a143a8b0f1a0dada8d989299.tar.bz2
Adds --no-audio, which replaces the audio IPC layer with a mock audio device.
Useful for testing <audio> and <video> over remote desktop or on machines without sound cards. Should also let mac/linux playback videos without our audio layer being implemented on those platforms. Review URL: http://codereview.chromium.org/93132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 8f17f3b..8d3b311 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -164,6 +164,8 @@ extern const wchar_t kEnableStatsTable[];
extern const wchar_t kEnableOmnibox2[];
+extern const wchar_t kDisableAudio[];
+
} // namespace switches
#endif // CHROME_COMMON_CHROME_SWITCHES_H__