diff options
author | zturner@chromium.org <zturner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 19:44:05 +0000 |
---|---|---|
committer | zturner@chromium.org <zturner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 19:44:05 +0000 |
commit | cb1782c27b114d0784be5b9eaa1cca3887edebb4 (patch) | |
tree | 26180ab3fc059cd193a8e662101b8f3fa26f85a5 /media | |
parent | e39ea7dae0b2b4669b0c25652c2067162ab73973 (diff) | |
download | chromium_src-cb1782c27b114d0784be5b9eaa1cca3887edebb4.zip chromium_src-cb1782c27b114d0784be5b9eaa1cca3887edebb4.tar.gz chromium_src-cb1782c27b114d0784be5b9eaa1cca3887edebb4.tar.bz2 |
Resubmit 'Enable the volume slider in Windows Ash'.
Previous 2 submissions were causing the Vista waterfall builder to fail
with uninitialized COM errors. This change addresses that by
initializing COM on Vista+, not just Win7+.
TBRing all reviewers since this change has already been reviewed.
BUG=227247
TEST=Ran ash_unittests on a Vista VM
* All tests failed without my change.
* All tests passed with my change.
TBR=henrika,sky,jennyz
Review URL: https://codereview.chromium.org/197643003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-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 e78467e..8727f97 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::CoreAudioIsSupported() for this purpose. +// Use media::CoreAudioUtil::IsSupported() 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. |