diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-06 16:15:48 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-06 16:15:48 +0000 |
commit | 19a973bb9688745a5779a3a09118a2e0d1f7aa85 (patch) | |
tree | 7cc59808e4d569bea6e8c015e4d228c2567e3435 /media/audio | |
parent | aad4d0d3e185c386a5898abd56bae37c2219b11f (diff) | |
download | chromium_src-19a973bb9688745a5779a3a09118a2e0d1f7aa85.zip chromium_src-19a973bb9688745a5779a3a09118a2e0d1f7aa85.tar.gz chromium_src-19a973bb9688745a5779a3a09118a2e0d1f7aa85.tar.bz2 |
Revert of Enable the volume slider in Ash for windows. (https://codereview.chromium.org/178883004/)
Reason for revert:
Experimentally reverting this CL because it may have broken AshTestHelperTest.AshTestHelper on Windows Vista . Will revert the revert if this CL is innocent
See http://build.chromium.org/p/chromium.win/builders/Vista%20Tests%20%282%29/builds/41640/steps/ash_unittests/logs/AshTestHelper
Original issue's description:
> Enable the volume slider in Ash for windows.
>
> BUG=227247
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255215
TBR=henrika@chromium.org,tommi@chromium.org,jennyz@chromium.org,dewittj@chromium.org,zturner@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=227247
Review URL: https://codereview.chromium.org/188693004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/audio')
-rw-r--r-- | media/audio/win/core_audio_util_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/audio/win/core_audio_util_win.h b/media/audio/win/core_audio_util_win.h index 8727f97..e78467e 100644 --- a/media/audio/win/core_audio_util_win.h +++ b/media/audio/win/core_audio_util_win.h @@ -4,7 +4,7 @@ // Utility methods for the Core Audio API on Windows. // Always ensure that Core Audio is supported before using these methods. -// Use media::CoreAudioUtil::IsSupported() for this purpose. +// Use media::CoreAudioIsSupported() for this purpose. // Also, all methods must be called on a valid COM thread. This can be done // by using the base::win::ScopedCOMInitializer helper class. |