Chromium Code Reviews| Index: ui/gfx/selection_model.cc |
| =================================================================== |
| --- ui/gfx/selection_model.cc (revision 103984) |
| +++ ui/gfx/selection_model.cc (working copy) |
| @@ -14,10 +14,6 @@ |
| Init(pos, pos, pos, LEADING); |
| } |
| -SelectionModel::SelectionModel(size_t start, size_t end) { |
| - Init(start, end, end, LEADING); |
| -} |
| - |
| SelectionModel::SelectionModel(size_t end, |
| size_t pos, |
| CaretPlacement placement) { |