| Index: media/audio/audio_output.h
|
| diff --git a/media/audio/audio_output.h b/media/audio/audio_output.h
|
| index a12742ed70b823959dd0daa98f0848f6c8c0afec..14c08287507c2183b293329652e791cf6dc06231 100644
|
| --- a/media/audio/audio_output.h
|
| +++ b/media/audio/audio_output.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2008-2009 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.
|
|
|
| @@ -43,11 +43,9 @@ class AudioOutputStream {
|
| public:
|
| enum State {
|
| STATE_CREATED = 0, // The output stream is created.
|
| - STATE_OPENED, // The output stream is opened.
|
| STATE_STARTED, // The output stream is started.
|
| STATE_PAUSED, // The output stream is paused.
|
| STATE_STOPPED, // The output stream is stopped.
|
| - STATE_CLOSING, // The output stream is being closed.
|
| STATE_CLOSED, // The output stream is closed.
|
| STATE_ERROR, // The output stream is in error state.
|
| };
|
|
|