| Index: content/browser/browser_plugin/browser_plugin_guest_impl.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest_impl.h b/content/browser/browser_plugin/browser_plugin_guest_impl.h
|
| index f362f66d8ddc5cc173e232a72649f04967b5a9ea..ba62f778de591a71f8dd8a2f721012229fc9ca32 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest_impl.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest_impl.h
|
| @@ -249,9 +249,6 @@ class CONTENT_EXPORT BrowserPluginGuestImpl : public NotificationObserver,
|
| WebKit::WebDragOperationsMask drag_mask,
|
| const gfx::Point& location);
|
| void OnForwardMessage(int instance_id, const IPC::Message& msg);
|
| - // If possible, navigate the guest to |relative_index| entries away from the
|
| - // current navigation entry.
|
| - virtual void OnGo(int instance_id, int relative_index);
|
| // Overriden in tests.
|
| virtual void OnHandleInputEvent(int instance_id,
|
| const gfx::Rect& guest_window_rect,
|
|
|