| Index: content/renderer/render_view.h
|
| ===================================================================
|
| --- content/renderer/render_view.h (revision 95703)
|
| +++ content/renderer/render_view.h (working copy)
|
| @@ -819,7 +819,6 @@
|
| int id,
|
| bool notify_result);
|
| void OnSelectAll();
|
| - void OnSelectRange(const gfx::Point& start, const gfx::Point& end);
|
| void OnSetAccessibilityFocus(int acc_obj_id);
|
| void OnSetActive(bool active);
|
| void OnSetAltErrorPageURL(const GURL& gurl);
|
| @@ -1198,10 +1197,6 @@
|
| // is fine.
|
| ObserverList<RenderViewObserver> observers_;
|
|
|
| - // Used to inform didChangeSelection() when it is called in the context
|
| - // of handling a ViewMsg_SelectRange IPC.
|
| - bool handling_select_range_;
|
| -
|
| // ---------------------------------------------------------------------------
|
| // ADDING NEW DATA? Please see if it fits appropriately in one of the above
|
| // sections rather than throwing it randomly at the end. If you're adding a
|
|
|