| Index: content/public/browser/render_frame_host.h
|
| diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h
|
| index 39ef3676631ec7140d4d141398cab27bbf795619..acfde9b4464b34405454ee9805801d8c1514cede 100644
|
| --- a/content/public/browser/render_frame_host.h
|
| +++ b/content/public/browser/render_frame_host.h
|
| @@ -211,9 +211,6 @@
|
| const std::vector<content::FileChooserFileInfo>& files,
|
| FileChooserParams::Mode permissions) = 0;
|
|
|
| - // Returns true if the frame has a selection.
|
| - virtual bool HasSelection() = 0;
|
| -
|
| // Text surrounding selection.
|
| typedef base::Callback<
|
| void(const base::string16& content, int start_offset, int end_offset)>
|
|
|