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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_flash_api.h
diff --git a/ppapi/thunk/ppb_flash_api.h b/ppapi/thunk/ppb_flash_api.h
deleted file mode 100644
index 0c8d39bdac7690fed1d9722b6cb482d8283affcc..0000000000000000000000000000000000000000
--- a/ppapi/thunk/ppb_flash_api.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef PPAPI_THUNK_PPB_FLASH_API_H_
-#define PPAPI_THUNK_PPB_FLASH_API_H_
-
-#include "ppapi/c/private/ppb_flash.h"
-#include "ppapi/thunk/ppapi_thunk_export.h"
-
-namespace ppapi {
-namespace thunk {
-
-/////////////////////////// WARNING:DEPRECTATED ////////////////////////////////
-// Please do not add any new functions to this API. They should be implemented
-// in the new-style resource proxy (see flash_functions_api.h and
-// flash_resource.h).
-// TODO(raymes): All of these functions should be moved to
-// flash_functions_api.h.
-////////////////////////////////////////////////////////////////////////////////
-// This class collects all of the Flash interface-related APIs into one place.
-class PPAPI_THUNK_EXPORT PPB_Flash_API {
- public:
- virtual ~PPB_Flash_API() {}
-};
-
-} // namespace thunk
-} // namespace ppapi
-
-#endif // PPAPI_THUNK_PPB_FLASH_API_H_
« 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