summaryrefslogtreecommitdiffstats
path: root/chromeos/audio/cras_audio_handler.h
diff options
context:
space:
mode:
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;