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

Unified Diff: ppapi/proxy/ppb_flash_proxy.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
« no previous file with comments | « no previous file | ppapi/proxy/ppb_flash_proxy.cc » ('j') | ppapi/proxy/ppb_flash_proxy.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppb_flash_proxy.h
===================================================================
--- ppapi/proxy/ppb_flash_proxy.h (revision 140787)
+++ ppapi/proxy/ppb_flash_proxy.h (working copy)
@@ -86,8 +86,6 @@
uint32_t data_item_count,
const PP_Flash_Clipboard_Format formats[],
const PP_Var data_items[]) OVERRIDE;
- virtual bool CreateThreadAdapterForInstance(PP_Instance instance) OVERRIDE;
- virtual void ClearThreadAdapterForInstance(PP_Instance instance) OVERRIDE;
virtual int32_t OpenFile(PP_Instance instance,
const char* path,
int32_t mode,
« no previous file with comments | « no previous file | ppapi/proxy/ppb_flash_proxy.cc » ('j') | ppapi/proxy/ppb_flash_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698