| Index: chrome/renderer/render_view.h
|
| ===================================================================
|
| --- chrome/renderer/render_view.h (revision 13391)
|
| +++ chrome/renderer/render_view.h (working copy)
|
| @@ -835,10 +835,6 @@
|
| // Maps pending callback IDs to their frames.
|
| IDMap<WebFrame> pending_extension_callbacks_;
|
|
|
| - // The currently selected text. This is currently only updated on Linux, where
|
| - // it's for the selection clipboard.
|
| - std::string selection_text_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(RenderView);
|
| };
|
|
|
|
|