Index: content/common/media/video_capture_messages.h |
diff --git a/content/common/media/video_capture_messages.h b/content/common/media/video_capture_messages.h |
deleted file mode 100644 |
index e0f94168dec833ce5f55d67f6aac593b620bafde..0000000000000000000000000000000000000000 |
--- a/content/common/media/video_capture_messages.h |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-// Copyright (c) 2012 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. |
- |
-#include "content/common/content_export.h" |
-#include "ipc/ipc_message_macros.h" |
- |
-#undef IPC_MESSAGE_EXPORT |
-#define IPC_MESSAGE_EXPORT CONTENT_EXPORT |
-#define IPC_MESSAGE_START VideoCaptureMsgStart |
- |
-// TODO(mcasas): Remove this message when the Video Capture IPC communication is |
-// completely migrated to Mojo, https://crbug.com/651897. |
-IPC_MESSAGE_CONTROL0(VideoCaptureMsg_Noop) |