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

Unified Diff: ppapi/thunk/ppb_flash_api.h

Issue 11413200: Refactored PPB_Flash GetSettings to the new pepper resource model (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/tests/test_flash.cc ('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
index 4314550e1f873bd348f50be9c1e7c36252a72588..2f57aeaa8d0e3781ea39961644f00ca3adbd686d 100644
--- a/ppapi/thunk/ppb_flash_api.h
+++ b/ppapi/thunk/ppb_flash_api.h
@@ -55,7 +55,6 @@ class PPAPI_THUNK_EXPORT PPB_Flash_API {
PP_Bool from_user_action) = 0;
virtual PP_Bool IsRectTopmost(PP_Instance instance, const PP_Rect* rect) = 0;
- virtual PP_Var GetSetting(PP_Instance instance, PP_FlashSetting setting) = 0;
};
} // namespace thunk
« no previous file with comments | « ppapi/tests/test_flash.cc ('k') | ppapi/thunk/ppb_flash_functions_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698