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

Unified Diff: ppapi/thunk/ppb_flash_api.h

Issue 11415140: Refactor 3 PPB_Flash functions to the new resource model. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 1 month 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
diff --git a/ppapi/thunk/ppb_flash_api.h b/ppapi/thunk/ppb_flash_api.h
index fd7123a6ff1b685f21b72136439baccb27e03e5a..fad06007a8a105f1d87fb099a6c77c0acabbf398 100644
--- a/ppapi/thunk/ppb_flash_api.h
+++ b/ppapi/thunk/ppb_flash_api.h
@@ -40,7 +40,6 @@ class PPAPI_THUNK_EXPORT PPB_Flash_API {
uint32_t glyph_count,
const uint16_t glyph_indices[],
const PP_Point glyph_advances[]) = 0;
- virtual PP_Var GetProxyForURL(PP_Instance instance, const char* url) = 0;
// External function that takes a PPB_URLRequestInfo resource.
virtual int32_t Navigate(PP_Instance instance,
@@ -56,11 +55,7 @@ class PPAPI_THUNK_EXPORT PPB_Flash_API {
virtual double GetLocalTimeZoneOffset(PP_Instance instance, PP_Time t) = 0;
virtual PP_Bool IsRectTopmost(PP_Instance instance, const PP_Rect* rect) = 0;
- virtual void UpdateActivity(PP_Instance instance) = 0;
virtual PP_Var GetSetting(PP_Instance instance, PP_FlashSetting setting) = 0;
- virtual PP_Bool SetCrashData(PP_Instance instance,
- PP_FlashCrashKey key,
- PP_Var value) = 0;
// FlashFile_ModuleLocal.
virtual bool CreateThreadAdapterForInstance(PP_Instance instance) = 0;

Powered by Google App Engine
This is Rietveld 408576698