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

Unified Diff: content/renderer/pepper/pepper_webplugin_impl.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
Index: content/renderer/pepper/pepper_webplugin_impl.h
diff --git a/content/renderer/pepper/pepper_webplugin_impl.h b/content/renderer/pepper/pepper_webplugin_impl.h
index 9b90e8be24a4511a7cd8540377e12bcb2c8ffb94..c975666198e4dee99d6a0c228b748eb4444b8bcc 100644
--- a/content/renderer/pepper/pepper_webplugin_impl.h
+++ b/content/renderer/pepper/pepper_webplugin_impl.h
@@ -74,7 +74,6 @@ class PepperWebPluginImpl : public blink::WebPlugin {
virtual blink::WebURL linkAtPosition(const blink::WebPoint& position) const;
virtual bool getPrintPresetOptionsFromDocument(
blink::WebPrintPresetOptions* preset_options);
- virtual void setZoomLevel(double level, bool text_only);
virtual bool startFind(const blink::WebString& search_text,
bool case_sensitive,
int identifier);
« no previous file with comments | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | content/renderer/pepper/pepper_webplugin_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698