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

Unified Diff: ppapi/thunk/ppb_flash_api.h

Issue 11411102: Deprecate and remove unused PPB_Flash functions. (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
« no previous file with comments | « ppapi/thunk/interfaces_ppb_private_flash.h ('k') | ppapi/thunk/ppb_flash_thunk.cc » ('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
index 1a7ed5be5827247d354cf7c5c1157b3080bfcc2e..aa70d3abb745a59b112061af71fb430f80c55c38 100644
--- a/ppapi/thunk/ppb_flash_api.h
+++ b/ppapi/thunk/ppb_flash_api.h
@@ -54,14 +54,9 @@ class PPAPI_THUNK_EXPORT PPB_Flash_API {
const char* target,
PP_Bool from_user_action) = 0;
- virtual void RunMessageLoop(PP_Instance instance) = 0;
- virtual void QuitMessageLoop(PP_Instance instance) = 0;
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 GetDeviceID(PP_Instance instance) = 0;
- virtual int32_t GetSettingInt(PP_Instance instance,
- PP_FlashSetting setting) = 0;
virtual PP_Var GetSetting(PP_Instance instance, PP_FlashSetting setting) = 0;
virtual PP_Bool SetCrashData(PP_Instance instance,
PP_FlashCrashKey key,
« no previous file with comments | « ppapi/thunk/interfaces_ppb_private_flash.h ('k') | ppapi/thunk/ppb_flash_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698