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

Unified Diff: content/renderer/pepper/pepper_plugin_instance_impl.cc

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
Index: content/renderer/pepper/pepper_plugin_instance_impl.cc
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc
index bc1436abe1487e9b10de1525579250f0a78391ea..c7e400527979f8b71886e9e2339c27c426cf720a 100644
--- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
@@ -1365,16 +1365,6 @@ int32_t PepperPluginInstanceImpl::RegisterMessageHandler(
return PP_ERROR_FAILED;
}
-int32_t PepperPluginInstanceImpl::RegisterMessageHandler_1_1_Deprecated(
- PP_Instance instance,
- void* user_data,
- const PPP_MessageHandler_0_1_Deprecated* handler,
- PP_Resource message_loop) {
- // Not supported in-process.
- NOTIMPLEMENTED();
- return PP_ERROR_FAILED;
-}
-
void PepperPluginInstanceImpl::UnregisterMessageHandler(PP_Instance instance) {
// Not supported in-process.
NOTIMPLEMENTED();
« no previous file with comments | « content/renderer/pepper/pepper_plugin_instance_impl.h ('k') | native_client_sdk/src/libraries/ppapi/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698