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

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

Issue 10532162: Rename IPC Sender and Listener in ppapi, content/public, and content/renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 PPAPI_PPB_PDF_PROXY_H_ 5 #ifndef PPAPI_PPB_PDF_PROXY_H_
6 #define PPAPI_PPB_PDF_PROXY_H_ 6 #define PPAPI_PPB_PDF_PROXY_H_
7 7
8 #include <string>
9
8 #include "ppapi/c/pp_module.h" 10 #include "ppapi/c/pp_module.h"
9 #include "ppapi/proxy/interface_proxy.h" 11 #include "ppapi/proxy/interface_proxy.h"
10 #include "ppapi/shared_impl/host_resource.h" 12 #include "ppapi/shared_impl/host_resource.h"
11 13
12 struct PPB_PDF; 14 struct PPB_PDF;
13 15
14 namespace ppapi { 16 namespace ppapi {
15 namespace proxy { 17 namespace proxy {
16 18
17 struct SerializedFontDescription; 19 struct SerializedFontDescription;
(...skipping 21 matching lines...) Expand all
39 // When this proxy is in the host side, this value caches the interface 41 // When this proxy is in the host side, this value caches the interface
40 // pointer so we don't have to retrieve it from the dispatcher each time. 42 // pointer so we don't have to retrieve it from the dispatcher each time.
41 // In the plugin, this value is always NULL. 43 // In the plugin, this value is always NULL.
42 const PPB_PDF* ppb_pdf_impl_; 44 const PPB_PDF* ppb_pdf_impl_;
43 }; 45 };
44 46
45 } // namespace proxy 47 } // namespace proxy
46 } // namespace ppapi 48 } // namespace ppapi
47 49
48 #endif // PPAPI_PPB_PDF_PROXY_H_ 50 #endif // PPAPI_PPB_PDF_PROXY_H_
OLDNEW
« no previous file with comments | « ppapi/proxy/ppb_flash_device_id_proxy.h ('k') | ppapi/proxy/ppb_x509_certificate_private_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698