| Index: chromecast/common/media/cma_ipc_common.h
|
| diff --git a/chromecast/common/media/cma_ipc_common.h b/chromecast/common/media/cma_ipc_common.h
|
| deleted file mode 100644
|
| index 343110451f2102046326fc9e84f2948a21dfda22..0000000000000000000000000000000000000000
|
| --- a/chromecast/common/media/cma_ipc_common.h
|
| +++ /dev/null
|
| @@ -1,21 +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 CHROMECAST_COMMON_MEDIA_CMA_IPC_COMMON_H_
|
| -#define CHROMECAST_COMMON_MEDIA_CMA_IPC_COMMON_H_
|
| -
|
| -namespace chromecast {
|
| -namespace media {
|
| -
|
| -enum TrackId {
|
| - kNoTrackId = -1,
|
| - kAudioTrackId = 0,
|
| - kVideoTrackId = 1,
|
| -};
|
| -
|
| -} // namespace media
|
| -} // namespace chromecast
|
| -
|
| -#endif // CHROMECAST_COMMON_MEDIA_CMA_IPC_COMMON_H_
|
| -
|
|
|