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

Unified Diff: chromecast/common/media/cma_ipc_common.h

Issue 2300993003: CmaRenderer is dead. Long live MojoRenderer. (Closed)
Patch Set: update OWNERS file Created 4 years, 3 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 | « chromecast/common/media/OWNERS ('k') | chromecast/common/media/cma_message_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
-
« no previous file with comments | « chromecast/common/media/OWNERS ('k') | chromecast/common/media/cma_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698