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

Unified Diff: ppapi/proxy/ppb_core_proxy.cc

Issue 7349016: Added versioning for PPB_Core::MemAlloc and MemFree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes based on comments from dmichael Created 9 years, 5 months 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/proxy/ppb_char_set_proxy.cc ('k') | ppapi/shared_impl/char_set_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « ppapi/proxy/ppb_char_set_proxy.cc ('k') | ppapi/shared_impl/char_set_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698