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

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

Issue 17615004: Add "PRIVATE" to the enum names of some private Pepper networking APIs: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/proxy/host_resolver_resource.cc ('k') | ppapi/proxy/udp_socket_private_resource.cc » ('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 (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 <string> 6 #include <string>
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 IPC_ENUM_TRAITS(PP_DeviceType_Dev) 77 IPC_ENUM_TRAITS(PP_DeviceType_Dev)
78 IPC_ENUM_TRAITS(PP_DecryptorStreamType) 78 IPC_ENUM_TRAITS(PP_DecryptorStreamType)
79 IPC_ENUM_TRAITS(PP_FileSystemType) 79 IPC_ENUM_TRAITS(PP_FileSystemType)
80 IPC_ENUM_TRAITS(PP_FileType) 80 IPC_ENUM_TRAITS(PP_FileType)
81 IPC_ENUM_TRAITS(PP_Flash_BrowserOperations_Permission) 81 IPC_ENUM_TRAITS(PP_Flash_BrowserOperations_Permission)
82 IPC_ENUM_TRAITS(PP_Flash_BrowserOperations_SettingType) 82 IPC_ENUM_TRAITS(PP_Flash_BrowserOperations_SettingType)
83 IPC_ENUM_TRAITS(PP_FlashSetting) 83 IPC_ENUM_TRAITS(PP_FlashSetting)
84 IPC_ENUM_TRAITS(PP_ImageDataFormat) 84 IPC_ENUM_TRAITS(PP_ImageDataFormat)
85 IPC_ENUM_TRAITS(PP_InputEvent_MouseButton) 85 IPC_ENUM_TRAITS(PP_InputEvent_MouseButton)
86 IPC_ENUM_TRAITS(PP_InputEvent_Type) 86 IPC_ENUM_TRAITS(PP_InputEvent_Type)
87 IPC_ENUM_TRAITS_MAX_VALUE(PP_NetAddressFamily_Private, PP_NETADDRESSFAMILY_IPV6) 87 IPC_ENUM_TRAITS_MAX_VALUE(PP_NetAddressFamily_Private,
88 PP_NETADDRESSFAMILY_PRIVATE_IPV6)
88 IPC_ENUM_TRAITS(PP_NetworkListState_Private) 89 IPC_ENUM_TRAITS(PP_NetworkListState_Private)
89 IPC_ENUM_TRAITS(PP_NetworkListType_Private) 90 IPC_ENUM_TRAITS(PP_NetworkListType_Private)
90 IPC_ENUM_TRAITS(PP_PrintOrientation_Dev) 91 IPC_ENUM_TRAITS(PP_PrintOrientation_Dev)
91 IPC_ENUM_TRAITS(PP_PrintOutputFormat_Dev) 92 IPC_ENUM_TRAITS(PP_PrintOutputFormat_Dev)
92 IPC_ENUM_TRAITS(PP_PrintScalingOption_Dev) 93 IPC_ENUM_TRAITS(PP_PrintScalingOption_Dev)
93 IPC_ENUM_TRAITS(PP_PrivateFontCharset) 94 IPC_ENUM_TRAITS(PP_PrivateFontCharset)
94 IPC_ENUM_TRAITS(PP_ResourceImage) 95 IPC_ENUM_TRAITS(PP_ResourceImage)
95 IPC_ENUM_TRAITS(PP_ResourceString) 96 IPC_ENUM_TRAITS(PP_ResourceString)
96 IPC_ENUM_TRAITS_MAX_VALUE(PP_TalkEvent, PP_TALKEVENT_NUM_EVENTS - 1) 97 IPC_ENUM_TRAITS_MAX_VALUE(PP_TalkEvent, PP_TALKEVENT_NUM_EVENTS - 1)
97 IPC_ENUM_TRAITS_MAX_VALUE(PP_TalkPermission, 98 IPC_ENUM_TRAITS_MAX_VALUE(PP_TalkPermission,
(...skipping 1936 matching lines...) Expand 10 before | Expand all | Expand 10 after
2034 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission, 2035 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission,
2035 PP_TalkPermission /* permission */) 2036 PP_TalkPermission /* permission */)
2036 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply) 2037 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply)
2037 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting) 2038 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting)
2038 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply) 2039 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply)
2039 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting) 2040 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting)
2040 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply) 2041 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply)
2041 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */) 2042 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */)
2042 2043
2043 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) 2044 #endif // !defined(OS_NACL) && !defined(NACL_WIN64)
OLDNEW
« no previous file with comments | « ppapi/proxy/host_resolver_resource.cc ('k') | ppapi/proxy/udp_socket_private_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698