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

Side by Side Diff: content/common/media/aec_dump_messages.h

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 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 unified diff | Download patch
« no previous file with comments | « content/common/input_messages.h ('k') | content/common/media/audio_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_COMMON_MEDIA_AEC_DUMP_MESSAGES_H_
6 #define CONTENT_COMMON_MEDIA_AEC_DUMP_MESSAGES_H_
7
5 // IPC messages for the AEC dump. 8 // IPC messages for the AEC dump.
6 // Multiply-included message file, hence no include guard. 9 // Multiply-included message file, hence no include guard.
7 10
8 #include "content/common/content_export.h" 11 #include "content/common/content_export.h"
9 #include "ipc/ipc_message_macros.h" 12 #include "ipc/ipc_message_macros.h"
10 #include "ipc/ipc_platform_file.h" 13 #include "ipc/ipc_platform_file.h"
11 14
12 #undef IPC_MESSAGE_EXPORT 15 #undef IPC_MESSAGE_EXPORT
13 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT 16 #define IPC_MESSAGE_EXPORT CONTENT_EXPORT
14 #define IPC_MESSAGE_START AecDumpMsgStart 17 #define IPC_MESSAGE_START AecDumpMsgStart
(...skipping 17 matching lines...) Expand all
32 int /* id */) 35 int /* id */)
33 36
34 // Unregisters a consumer with the browser. 37 // Unregisters a consumer with the browser.
35 IPC_MESSAGE_CONTROL1(AecDumpMsg_UnregisterAecDumpConsumer, 38 IPC_MESSAGE_CONTROL1(AecDumpMsg_UnregisterAecDumpConsumer,
36 int /* id */) 39 int /* id */)
37 40
38 // TODO(hlundin): Rename file to reflect expanded use; http://crbug.com/709919. 41 // TODO(hlundin): Rename file to reflect expanded use; http://crbug.com/709919.
39 IPC_MESSAGE_CONTROL2(AudioProcessingMsg_EnableAec3, 42 IPC_MESSAGE_CONTROL2(AudioProcessingMsg_EnableAec3,
40 int /* id */, 43 int /* id */,
41 bool /* enable */) 44 bool /* enable */)
45
46 #endif // CONTENT_COMMON_MEDIA_AEC_DUMP_MESSAGES_H_
OLDNEW
« no previous file with comments | « content/common/input_messages.h ('k') | content/common/media/audio_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698