Index: ash/volume_control_delegate.h |
=================================================================== |
--- ash/volume_control_delegate.h (revision 137969) |
+++ ash/volume_control_delegate.h (working copy) |
@@ -20,10 +20,6 @@ |
virtual bool HandleVolumeMute(const ui::Accelerator& accelerator) = 0; |
virtual bool HandleVolumeDown(const ui::Accelerator& accelerator) = 0; |
virtual bool HandleVolumeUp(const ui::Accelerator& accelerator) = 0; |
- |
- // Requests that the volume be set to |percent|, in the range |
- // [0.0, 100.0]. |
- virtual void SetVolumePercent(double percent) = 0; |
}; |
} // namespace ash |