Index: content/shell/renderer/test_runner/web_ax_object_proxy.h |
diff --git a/content/shell/renderer/test_runner/web_ax_object_proxy.h b/content/shell/renderer/test_runner/web_ax_object_proxy.h |
index b73429609fed9938b1fd6382a960c07283ff6aa9..4806adff1f8ae07be23c0982953e5bee38a959f5 100644 |
--- a/content/shell/renderer/test_runner/web_ax_object_proxy.h |
+++ b/content/shell/renderer/test_runner/web_ax_object_proxy.h |
@@ -73,10 +73,6 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> { |
int SelectionEnd(); |
int SelectionStartLineNumber(); |
int SelectionEndLineNumber(); |
- // TODO(nektar): Remove this function after updating tests. |
- int InsertionPointLineNumber(); |
- // TODO(nektar): Remove this function after updating tests. |
- std::string SelectedTextRange(); |
bool IsEnabled(); |
bool IsRequired(); |
bool IsFocused(); |