| Index: content/browser/renderer_host/render_view_host.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_view_host.h (revision 95703)
|
| +++ content/browser/renderer_host/render_view_host.h (working copy)
|
| @@ -428,8 +428,7 @@
|
| void OnMsgOpenURL(const GURL& url, const GURL& referrer,
|
| WindowOpenDisposition disposition);
|
| void OnMsgDidContentsPreferredSizeChange(const gfx::Size& new_size);
|
| - void OnMsgSelectionChanged(const std::string& text, const ui::Range& range,
|
| - const gfx::Point& start, const gfx::Point& end);
|
| + void OnMsgSelectionChanged(const std::string& text, const ui::Range& range);
|
| void OnMsgPasteFromSelectionClipboard();
|
| void OnMsgRunJavaScriptMessage(const string16& message,
|
| const string16& default_prompt,
|
|
|