summaryrefslogtreecommitdiffstats
path: root/chromeos/audio/cras_audio_handler.h
diff options
context:
space:
mode:
authorjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-09 18:54:37 +0000
committerjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-09 18:54:37 +0000
commit140a31452403734dc5863d2d016cd234eb2d1f4d (patch)
treed7f2e279e54a8a12c2c8cde59c65e462b892ce4c /chromeos/audio/cras_audio_handler.h
parentea37c98a7798893cdee1aa4a89672a053aca59d6 (diff)
downloadchromium_src-140a31452403734dc5863d2d016cd234eb2d1f4d.zip
chromium_src-140a31452403734dc5863d2d016cd234eb2d1f4d.tar.gz
chromium_src-140a31452403734dc5863d2d016cd234eb2d1f4d.tar.bz2
Set up hdmi output device default volume to 100.
BUG=268438 TEST=hdmi output device should have maximum volume(100) be default. Review URL: https://chromiumcodereview.appspot.com/23536034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222066 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/audio/cras_audio_handler.h')
-rw-r--r--chromeos/audio/cras_audio_handler.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/chromeos/audio/cras_audio_handler.h b/chromeos/audio/cras_audio_handler.h
index b95f123..48e0376 100644
--- a/chromeos/audio/cras_audio_handler.h
+++ b/chromeos/audio/cras_audio_handler.h
@@ -20,17 +20,6 @@
class PrefRegistrySimple;
class PrefService;
-namespace {
-
-// Default value for the volume pref, as a percent in the range [0.0, 100.0].
-const double kDefaultVolumeGainPercent = 75.0;
-
-// Values used for muted preference.
-const int kPrefMuteOff = 0;
-const int kPrefMuteOn = 1;
-
-} // namespace
-
namespace chromeos {
class AudioDevicesPrefHandler;