diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 22:44:19 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 22:44:19 +0000 |
commit | 59cf702afa3a866943497ab4eb685543713e7a41 (patch) | |
tree | 92c50e4cd8cec76dbd12b8c4f18aef10b0b0f78d /ppapi/shared_impl/function_group_base.h | |
parent | 5d7a8757c73ead1497462c86070ec2b7d53662ef (diff) | |
download | chromium_src-59cf702afa3a866943497ab4eb685543713e7a41.zip chromium_src-59cf702afa3a866943497ab4eb685543713e7a41.tar.gz chromium_src-59cf702afa3a866943497ab4eb685543713e7a41.tar.bz2 |
Convert dev interfaces to use the macro system.
This converts the non-"weird" dev interfaces to using the macro system. The
trusted and private ones are still remaining.
This moves the find implementation to the instance API which saves some code
and routing.
Review URL: http://codereview.chromium.org/7887021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101177 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl/function_group_base.h')
-rw-r--r-- | ppapi/shared_impl/function_group_base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/shared_impl/function_group_base.h b/ppapi/shared_impl/function_group_base.h index 31b164f..94d4140 100644 --- a/ppapi/shared_impl/function_group_base.h +++ b/ppapi/shared_impl/function_group_base.h @@ -12,7 +12,6 @@ #define FOR_ALL_PPAPI_FUNCTION_APIS(F) \ F(PPB_CharSet_FunctionAPI) \ F(PPB_CursorControl_FunctionAPI) \ - F(PPB_Find_FunctionAPI) \ F(PPB_Font_FunctionAPI) \ F(PPB_Fullscreen_FunctionAPI) \ F(PPB_Instance_FunctionAPI) \ |