| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index 9158709ff86c3c1999fc2787b52032d64896ce94..696a6a5c4f05a49b1ff27150814f919698b8563e 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -425,6 +425,8 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
|
|
|
| // Text input type states.
|
| // Using scoped_ptr to avoid including the header file: view_messages.h.
|
| + // TODO(ekaramad): The text input state tracking is now done by the
|
| + // WebContentsImpl. We should remove this variable (crbug.com/602427).
|
| scoped_ptr<const TextInputState> last_text_input_state_;
|
|
|
| // The is the routing ID for a swapped out RenderView for the guest
|
|
|