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

Side by Side Diff: ppapi/proxy/ppapi_messages.h

Issue 1005213002: Add missing CdmKeyInformation enum values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename enum for Windows Created 5 years, 9 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 | « ppapi/c/private/pp_content_decryptor.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // Multiply-included message header, no traditional include guard. 5 // Multiply-included message header, no traditional include guard.
6 #include <map> 6 #include <map>
7 #include <string> 7 #include <string>
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 #undef IPC_MESSAGE_EXPORT 85 #undef IPC_MESSAGE_EXPORT
86 #define IPC_MESSAGE_EXPORT PPAPI_PROXY_EXPORT 86 #define IPC_MESSAGE_EXPORT PPAPI_PROXY_EXPORT
87 87
88 #define IPC_MESSAGE_START PpapiMsgStart 88 #define IPC_MESSAGE_START PpapiMsgStart
89 89
90 IPC_ENUM_TRAITS_MAX_VALUE(ppapi::TCPSocketVersion, 90 IPC_ENUM_TRAITS_MAX_VALUE(ppapi::TCPSocketVersion,
91 ppapi::TCP_SOCKET_VERSION_1_1_OR_ABOVE) 91 ppapi::TCP_SOCKET_VERSION_1_1_OR_ABOVE)
92 IPC_ENUM_TRAITS(PP_AudioSampleRate) 92 IPC_ENUM_TRAITS(PP_AudioSampleRate)
93 IPC_ENUM_TRAITS_MAX_VALUE(PP_BlendMode, PP_BLENDMODE_LAST) 93 IPC_ENUM_TRAITS_MAX_VALUE(PP_BlendMode, PP_BLENDMODE_LAST)
94 IPC_ENUM_TRAITS_MAX_VALUE(PP_CdmExceptionCode, PP_CDMEXCEPTIONCODE_OUTPUTERROR) 94 IPC_ENUM_TRAITS_MAX_VALUE(PP_CdmExceptionCode, PP_CDMEXCEPTIONCODE_OUTPUTERROR)
95 IPC_ENUM_TRAITS_MAX_VALUE(PP_CdmKeyStatus, PP_CDMKEYSTATUS_OUTPUTNOTALLOWED) 95 IPC_ENUM_TRAITS_MAX_VALUE(PP_CdmKeyStatus, PP_CDMKEYSTATUS_STATUSPENDING)
96 IPC_ENUM_TRAITS_MAX_VALUE(PP_CdmMessageType, PP_CDMMESSAGETYPE_LICENSE_RELEASE) 96 IPC_ENUM_TRAITS_MAX_VALUE(PP_CdmMessageType, PP_CDMMESSAGETYPE_LICENSE_RELEASE)
97 IPC_ENUM_TRAITS(PP_DeviceType_Dev) 97 IPC_ENUM_TRAITS(PP_DeviceType_Dev)
98 IPC_ENUM_TRAITS(PP_DecryptorStreamType) 98 IPC_ENUM_TRAITS(PP_DecryptorStreamType)
99 IPC_ENUM_TRAITS_MAX_VALUE(PP_FileSystemType, PP_FILESYSTEMTYPE_ISOLATED) 99 IPC_ENUM_TRAITS_MAX_VALUE(PP_FileSystemType, PP_FILESYSTEMTYPE_ISOLATED)
100 IPC_ENUM_TRAITS_MAX_VALUE(PP_FileType, PP_FILETYPE_OTHER) 100 IPC_ENUM_TRAITS_MAX_VALUE(PP_FileType, PP_FILETYPE_OTHER)
101 IPC_ENUM_TRAITS(PP_Flash_BrowserOperations_Permission) 101 IPC_ENUM_TRAITS(PP_Flash_BrowserOperations_Permission)
102 IPC_ENUM_TRAITS(PP_Flash_BrowserOperations_SettingType) 102 IPC_ENUM_TRAITS(PP_Flash_BrowserOperations_SettingType)
103 IPC_ENUM_TRAITS(PP_FlashSetting) 103 IPC_ENUM_TRAITS(PP_FlashSetting)
104 IPC_ENUM_TRAITS(PP_ImageDataFormat) 104 IPC_ENUM_TRAITS(PP_ImageDataFormat)
105 IPC_ENUM_TRAITS(PP_InputEvent_MouseButton) 105 IPC_ENUM_TRAITS(PP_InputEvent_MouseButton)
(...skipping 2247 matching lines...) Expand 10 before | Expand all | Expand 10 after
2353 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission, 2353 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission,
2354 PP_TalkPermission /* permission */) 2354 PP_TalkPermission /* permission */)
2355 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply) 2355 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply)
2356 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting) 2356 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting)
2357 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply) 2357 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply)
2358 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting) 2358 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting)
2359 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply) 2359 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply)
2360 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */) 2360 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */)
2361 2361
2362 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) 2362 #endif // !defined(OS_NACL) && !defined(NACL_WIN64)
OLDNEW
« no previous file with comments | « ppapi/c/private/pp_content_decryptor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698