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

Side by Side Diff: ppapi/thunk/interfaces_ppb_private.h

Issue 1088183003: Remove GTalk Pepper interfaces and related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a few references Created 5 years, 8 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
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 // Please see inteface_ppb_public_stable for the documentation on the format of 5 // Please see inteface_ppb_public_stable for the documentation on the format of
6 // this file. 6 // this file.
7 7
8 #include "ppapi/thunk/interfaces_preamble.h" 8 #include "ppapi/thunk/interfaces_preamble.h"
9 9
10 // See interfaces_ppb_private_no_permissions.h for other private interfaces. 10 // See interfaces_ppb_private_no_permissions.h for other private interfaces.
(...skipping 27 matching lines...) Expand all
38 PROXIED_IFACE(PPB_FLASHFULLSCREEN_INTERFACE_0_1, 38 PROXIED_IFACE(PPB_FLASHFULLSCREEN_INTERFACE_0_1,
39 PPB_FlashFullscreen_0_1) 39 PPB_FlashFullscreen_0_1)
40 PROXIED_IFACE(PPB_FLASHFULLSCREEN_INTERFACE_1_0, 40 PROXIED_IFACE(PPB_FLASHFULLSCREEN_INTERFACE_1_0,
41 PPB_FlashFullscreen_0_1) 41 PPB_FlashFullscreen_0_1)
42 PROXIED_IFACE(PPB_PDF_INTERFACE, 42 PROXIED_IFACE(PPB_PDF_INTERFACE,
43 PPB_PDF) 43 PPB_PDF)
44 #if defined(OS_CHROMEOS) 44 #if defined(OS_CHROMEOS)
45 PROXIED_IFACE(PPB_PLATFORMVERIFICATION_PRIVATE_INTERFACE_0_2, 45 PROXIED_IFACE(PPB_PLATFORMVERIFICATION_PRIVATE_INTERFACE_0_2,
46 PPB_PlatformVerification_Private_0_2) 46 PPB_PlatformVerification_Private_0_2)
47 #endif 47 #endif
48 PROXIED_IFACE(PPB_TALK_PRIVATE_INTERFACE_1_0,
49 PPB_Talk_Private_1_0)
50 PROXIED_IFACE(PPB_TALK_PRIVATE_INTERFACE_2_0,
51 PPB_Talk_Private_2_0)
52 48
53 PROXIED_IFACE(PPB_URLLOADERTRUSTED_INTERFACE_0_3, 49 PROXIED_IFACE(PPB_URLLOADERTRUSTED_INTERFACE_0_3,
54 PPB_URLLoaderTrusted_0_3) 50 PPB_URLLoaderTrusted_0_3)
55 51
56 PROXIED_IFACE(PPB_OUTPUTPROTECTION_PRIVATE_INTERFACE_0_1, 52 PROXIED_IFACE(PPB_OUTPUTPROTECTION_PRIVATE_INTERFACE_0_1,
57 PPB_OutputProtection_Private_0_1) 53 PPB_OutputProtection_Private_0_1)
58 54
59 // Hack to keep font working. The Font 0.6 API is binary compatible with 55 // Hack to keep font working. The Font 0.6 API is binary compatible with
60 // BrowserFont 1.0, so just map the string to the same thing. 56 // BrowserFont 1.0, so just map the string to the same thing.
61 // TODO(brettw) remove support for the old Font API. 57 // TODO(brettw) remove support for the old Font API.
62 PROXIED_IFACE(PPB_FONT_DEV_INTERFACE_0_6, 58 PROXIED_IFACE(PPB_FONT_DEV_INTERFACE_0_6,
63 PPB_BrowserFont_Trusted_1_0) 59 PPB_BrowserFont_Trusted_1_0)
64 #endif // !defined(OS_NACL) 60 #endif // !defined(OS_NACL)
65 61
66 PROXIED_IFACE(PPB_INPUTEVENT_PRIVATE_INTERFACE_0_1, 62 PROXIED_IFACE(PPB_INPUTEVENT_PRIVATE_INTERFACE_0_1,
67 PPB_InputEvent_Private_0_1) 63 PPB_InputEvent_Private_0_1)
68 64
69 #include "ppapi/thunk/interfaces_postamble.h" 65 #include "ppapi/thunk/interfaces_postamble.h"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698