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

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

Issue 15741003: Moving WebRTC logging related files from content to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 7 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 | « content/common/content_message_generator.h ('k') | content/common/partial_circular_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/media/webrtc_logging_messages.h
diff --git a/content/common/media/webrtc_logging_messages.h b/content/common/media/webrtc_logging_messages.h
deleted file mode 100644
index 8e893ab8ca7d5ea259557b0f1f22b4ef887904e2..0000000000000000000000000000000000000000
--- a/content/common/media/webrtc_logging_messages.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2013 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.
-
-// IPC messages for WebRTC logging.
-// Multiply-included message file, hence no include guard.
-
-#include "base/shared_memory.h"
-#include "ipc/ipc_message_macros.h"
-
-#define IPC_MESSAGE_START WebRtcLoggingMsgStart
-
-// Messages sent from the renderer to the browser.
-
-// Request to open a log.
-IPC_MESSAGE_CONTROL2(WebRtcLoggingMsg_OpenLog,
- std::string /* app_session_id */,
- std::string /* app_url */)
-
-// Messages sent from the browser to the renderer.
-
-// Notification that a log could not be opened.
-IPC_MESSAGE_CONTROL0(WebRtcLoggingMsg_OpenLogFailed)
-
-// Notification that a log has been opened.
-IPC_MESSAGE_CONTROL2(WebRtcLoggingMsg_LogOpened,
- base::SharedMemoryHandle /* handle */,
- uint32 /* length */)
« no previous file with comments | « content/common/content_message_generator.h ('k') | content/common/partial_circular_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698