| Index: content/public/browser/browser_plugin_guest_delegate.h
|
| diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h
|
| index 66129cfb07e7ab46213267cfc5cb4a930131c132..ed527b10ae383027fce222db87bb1c0cae80a000 100644
|
| --- a/content/public/browser/browser_plugin_guest_delegate.h
|
| +++ b/content/public/browser/browser_plugin_guest_delegate.h
|
| @@ -26,9 +26,6 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
|
| // Notification that the embedder has completed attachment.
|
| virtual void DidAttach() {}
|
|
|
| - // Requests setting the zoom level to the provided |zoom_level|.
|
| - virtual void SetZoom(double zoom_factor) {}
|
| -
|
| virtual bool IsDragAndDropEnabled();
|
|
|
| // Notifies that the content size of the guest has changed in autosize mode.
|
|
|