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

Unified Diff: ppapi/thunk/ppb_flash_api.h

Issue 10540057: Cleanup - remove ModuleLocalThreadAdapter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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 side-by-side diff with in-line comments
Download patch
Index: ppapi/thunk/ppb_flash_api.h
===================================================================
--- ppapi/thunk/ppb_flash_api.h (revision 140787)
+++ ppapi/thunk/ppb_flash_api.h (working copy)
@@ -60,8 +60,6 @@
const PP_Var data_items[]) = 0;
// FlashFile_ModuleLocal.
- virtual bool CreateThreadAdapterForInstance(PP_Instance instance) = 0;
- virtual void ClearThreadAdapterForInstance(PP_Instance instance) = 0;
virtual int32_t OpenFile(PP_Instance instance,
const char* path,
int32_t mode,

Powered by Google App Engine
This is Rietveld 408576698