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

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

Issue 11633034: Remove the old PPB_Flash proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/shared_impl/api_id.h ('k') | ppapi/thunk/ppb_flash_functions_api.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #ifndef PPAPI_THUNK_PPB_FLASH_API_H_
6 #define PPAPI_THUNK_PPB_FLASH_API_H_
7
8 #include "ppapi/c/private/ppb_flash.h"
9 #include "ppapi/thunk/ppapi_thunk_export.h"
10
11 namespace ppapi {
12 namespace thunk {
13
14 /////////////////////////// WARNING:DEPRECTATED ////////////////////////////////
15 // Please do not add any new functions to this API. They should be implemented
16 // in the new-style resource proxy (see flash_functions_api.h and
17 // flash_resource.h).
18 // TODO(raymes): All of these functions should be moved to
19 // flash_functions_api.h.
20 ////////////////////////////////////////////////////////////////////////////////
21 // This class collects all of the Flash interface-related APIs into one place.
22 class PPAPI_THUNK_EXPORT PPB_Flash_API {
23 public:
24 virtual ~PPB_Flash_API() {}
25 };
26
27 } // namespace thunk
28 } // namespace ppapi
29
30 #endif // PPAPI_THUNK_PPB_FLASH_API_H_
OLDNEW
« no previous file with comments | « ppapi/shared_impl/api_id.h ('k') | ppapi/thunk/ppb_flash_functions_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698