| Index: content/public/test/text_input_test_utils.h
|
| diff --git a/content/public/test/text_input_test_utils.h b/content/public/test/text_input_test_utils.h
|
| index 31eec19709797d149e6beb59edbc052fd2f9e1b4..f377320e69d83d3b7911ee8ca2bb18584db48e57 100644
|
| --- a/content/public/test/text_input_test_utils.h
|
| +++ b/content/public/test/text_input_test_utils.h
|
| @@ -126,12 +126,6 @@
|
| // created).
|
| bool IsTextInputStateChanged();
|
|
|
| - // Returns true if there is a focused <input> and populates |user_initiated|
|
| - // with the information whether it was triggered by user interaction in the
|
| - // given view.
|
| - bool GetTextSelectionUserInitiatedForView(RenderWidgetHostView* view,
|
| - bool* user_initiated);
|
| -
|
| private:
|
| // The actual internal observer of the TextInputManager.
|
| class InternalObserver;
|
|
|