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

Unified Diff: ppapi/proxy/ppb_instance_proxy.h

Issue 1014723007: Remove deprecated PPB_Messaging_1_1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert change to histograms.xml Created 5 years, 9 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/message_handler.cc ('k') | ppapi/proxy/ppb_instance_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppb_instance_proxy.h
diff --git a/ppapi/proxy/ppb_instance_proxy.h b/ppapi/proxy/ppb_instance_proxy.h
index 6cf3d06d2ab400ce314e498fa290af39ecc22e63..1500ad697e587997670f1effdb86f6c66a104293 100644
--- a/ppapi/proxy/ppb_instance_proxy.h
+++ b/ppapi/proxy/ppb_instance_proxy.h
@@ -85,11 +85,6 @@ class PPB_Instance_Proxy : public InterfaceProxy,
void* user_data,
const PPP_MessageHandler_0_2* handler,
PP_Resource message_loop) override;
- int32_t RegisterMessageHandler_1_1_Deprecated(
- PP_Instance instance,
- void* user_data,
- const PPP_MessageHandler_0_1_Deprecated* handler,
- PP_Resource message_loop) override;
void UnregisterMessageHandler(PP_Instance instance) override;
PP_Bool SetCursor(PP_Instance instance,
PP_MouseCursor_Type type,
« no previous file with comments | « ppapi/proxy/message_handler.cc ('k') | ppapi/proxy/ppb_instance_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698