| Index: content/browser/browser_plugin/browser_plugin_guest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| index aca15a02169f49d33ffc4654b23bc040f8468466..15c3dcffbdae76caf46ae59386993ee8a61e86ce 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| @@ -342,11 +342,6 @@ void BrowserPluginGuest::EmbedderVisibilityChanged(bool visible) {
|
| UpdateVisibility();
|
| }
|
|
|
| -void BrowserPluginGuest::SetZoom(double zoom_factor) {
|
| - if (delegate_)
|
| - delegate_->SetZoom(zoom_factor);
|
| -}
|
| -
|
| void BrowserPluginGuest::PointerLockPermissionResponse(bool allow) {
|
| SendMessageToEmbedder(
|
| new BrowserPluginMsg_SetMouseLock(instance_id(), allow));
|
|
|