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 8313f0f25fcbdd63041eb3e4198f2314c44a9213..d27083c165e9a0c2d2aee0ef688632bf4e362ccd 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). |
std::unique_ptr<const TextInputState> last_text_input_state_; |
// The is the routing ID for a swapped out RenderView for the guest |