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

Unified Diff: content/common/media/video_capture_messages.h

Issue 2430313007: VideoCapture: remove last remnants of IPC (Closed)
Patch Set: Created 4 years, 2 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
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)

Powered by Google App Engine
This is Rietveld 408576698