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

Unified Diff: ppapi/proxy/ppb_instance_proxy.h

Issue 1161563002: Remove unused in-process pepper APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/interface_list.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 f7a715944ba4f1364a86485eeac460c0279ff86d..8d8c2b5b7c5e0606eaa8f2f7353c9ea92806157d 100644
--- a/ppapi/proxy/ppb_instance_proxy.h
+++ b/ppapi/proxy/ppb_instance_proxy.h
@@ -76,10 +76,6 @@ class PPB_Instance_Proxy : public InterfaceProxy,
void StartTrackingLatency(PP_Instance instance) override;
void ClearInputEventRequest(PP_Instance instance,
uint32_t event_classes) override;
- void ZoomChanged(PP_Instance instance, double factor) override;
- void ZoomLimitsChanged(PP_Instance instance,
- double minimum_factor,
- double maximium_factor) override;
void PostMessage(PP_Instance instance, PP_Var message) override;
int32_t RegisterMessageHandler(PP_Instance instance,
void* user_data,
« no previous file with comments | « ppapi/proxy/interface_list.cc ('k') | ppapi/proxy/ppb_instance_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698