Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: components/test_runner/web_ax_object_proxy.h

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix canvas-fallback-content-labels-expected.txt Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/test_runner/web_ax_object_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_ax_object_proxy.h
diff --git a/components/test_runner/web_ax_object_proxy.h b/components/test_runner/web_ax_object_proxy.h
index a02f93ddfe9669a75c7fad37845b901e32aa1873..d25fac64774b957dea8753f89e8910946cde9a5d 100644
--- a/components/test_runner/web_ax_object_proxy.h
+++ b/components/test_runner/web_ax_object_proxy.h
@@ -163,13 +163,6 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
v8::Local<v8::Object> NextOnLine();
v8::Local<v8::Object> PreviousOnLine();
- // DEPRECATED accessible name and description accessors
- std::string DeprecatedTitle();
- std::string DeprecatedDescription();
- std::string DeprecatedHelpText();
- v8::Local<v8::Object> DeprecatedTitleUIElement();
-
- // NEW accessible name and description accessors
std::string Name();
std::string NameFrom();
int NameElementCount();
« no previous file with comments | « no previous file | components/test_runner/web_ax_object_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698