| Index: content/browser/renderer_host/text_input_manager.h
|
| diff --git a/content/browser/renderer_host/text_input_manager.h b/content/browser/renderer_host/text_input_manager.h
|
| index 1232aa0fe635f6bb3e19861e0bee8a80da9ba358..4bf2da6b7c2c23e87aa32460aec065c4270ed168 100644
|
| --- a/content/browser/renderer_host/text_input_manager.h
|
| +++ b/content/browser/renderer_host/text_input_manager.h
|
| @@ -67,7 +67,6 @@ class CONTENT_EXPORT TextInputManager {
|
| SelectionRegion();
|
| SelectionRegion(const SelectionRegion& other);
|
|
|
| - // The following variables are only used on Aura platforms.
|
| // The begining of the selection region.
|
| gfx::SelectionBound anchor;
|
| // The end of the selection region (caret position).
|
|
|