Chromium Code Reviews| Index: ppapi/proxy/ppb_core_proxy.cc |
| diff --git a/ppapi/proxy/ppb_core_proxy.cc b/ppapi/proxy/ppb_core_proxy.cc |
| index 7dd632acc30dc31c8d985a42f305e02760b14217..06d5974d3351e394457add826cea85f1bd3ca400 100644 |
| --- a/ppapi/proxy/ppb_core_proxy.cc |
| +++ b/ppapi/proxy/ppb_core_proxy.cc |
| @@ -80,8 +80,6 @@ PP_Bool IsMainThread() { |
| const PPB_Core core_interface = { |
| &AddRefResource, |
| &ReleaseResource, |
| - &MemAlloc, |
| - &MemFree, |
| &GetTime, |
| &GetTimeTicks, |
| &CallOnMainThread, |