| 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 b204278653f6b139ca51a0e14e045c90bc625156..fa42cb90d1f828f2b487ed5882b7142497e5abb2 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.
|
|
|