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

Unified Diff: ash/system/win/audio/tray_audio_delegate_win.h

Issue 188693004: Revert of Enable the volume slider in Ash for windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « ash/system/win/OWNERS ('k') | ash/system/win/audio/tray_audio_delegate_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/win/audio/tray_audio_delegate_win.h
diff --git a/ash/system/win/audio/tray_audio_delegate_win.h b/ash/system/win/audio/tray_audio_delegate_win.h
deleted file mode 100644
index 4014f95ff9f7b5eb5ed1608f64bbe933e5698222..0000000000000000000000000000000000000000
--- a/ash/system/win/audio/tray_audio_delegate_win.h
+++ /dev/null
@@ -1,40 +0,0 @@
-// Copyright 2014 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.
-
-#ifndef ASH_SYSTEM_WIN_AUDIO_TRAY_AUDIO_DELEGATE_WIN_H_
-#define ASH_SYSTEM_WIN_AUDIO_TRAY_AUDIO_DELEGATE_WIN_H_
-
-#include <audioclient.h>
-#include <mmdeviceapi.h>
-
-#include "ash/ash_export.h"
-#include "ash/system/audio/tray_audio_delegate.h"
-#include "base/compiler_specific.h"
-#include "base/win/scoped_comptr.h"
-
-namespace ash {
-namespace system {
-
-class ASH_EXPORT TrayAudioDelegateWin : public TrayAudioDelegate {
- public:
- virtual ~TrayAudioDelegateWin() {}
-
- // Overridden from TrayAudioDelegate.
- virtual void AdjustOutputVolumeToAudibleLevel() OVERRIDE;
- virtual int GetOutputDefaultVolumeMuteLevel() OVERRIDE;
- virtual int GetOutputVolumeLevel() OVERRIDE;
- virtual int GetActiveOutputDeviceIconId() OVERRIDE;
- virtual bool HasAlternativeSources() OVERRIDE;
- virtual bool IsOutputAudioMuted() OVERRIDE;
- virtual void SetOutputAudioIsMuted(bool is_muted) OVERRIDE;
- virtual void SetOutputVolumeLevel(int level) OVERRIDE;
-
- private:
- base::win::ScopedComPtr<ISimpleAudioVolume> CreateDefaultVolumeControl();
-};
-
-} // namespace system
-} // namespace ash
-
-#endif // ASH_SYSTEM_WIN_AUDIO_TRAY_AUDIO_DELEGATE_WIN_H_
« no previous file with comments | « ash/system/win/OWNERS ('k') | ash/system/win/audio/tray_audio_delegate_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698