| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index d518e77cbbc447eef782ea022ea877b61a3d0da3..896752df8ba1ae5e9c4da7b533da01442368eb77 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -299,7 +299,6 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
|
| const std::string& command);
|
|
|
| void OnLockMouse(bool user_gesture,
|
| - bool last_unlocked_by_target,
|
| bool privileged);
|
| void OnLockMouseAck(int instance_id, bool succeeded);
|
| // Resizes the guest's web contents.
|
|
|