| 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 39309a58342d79e126b7b0ad9d279d5f2ec8cbad..b7ba1dcc335fbdae503fbdff08f83880568a8290 100644
|
| --- a/content/browser/renderer_host/text_input_manager.h
|
| +++ b/content/browser/renderer_host/text_input_manager.h
|
| @@ -86,12 +86,11 @@ class CONTENT_EXPORT TextInputManager {
|
| void RemoveObserver(Observer* observer);
|
|
|
| RenderWidgetHostViewBase* active_view_for_testing() { return active_view_; }
|
| + size_t GetRegisteredViewsCountForTesting();
|
| + ui::TextInputType GetTextInputTypeForViewForTesting(
|
| + RenderWidgetHostViewBase* view);
|
|
|
| private:
|
| - friend bool GetTextInputTypeForView(WebContents* web_contents,
|
| - RenderWidgetHostView* view,
|
| - ui::TextInputType* type);
|
| -
|
| void NotifyObserversAboutInputStateUpdate(RenderWidgetHostViewBase* view,
|
| bool did_update_state);
|
|
|
|
|