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

Unified Diff: components/test_runner/web_ax_object_proxy.h

Issue 1336013002: Add test_runner API to set the value of an accessibility object. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months 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 1b8c4690598074ea359c42fa629d417d023fdb08..6a4067d674ba877a64372371f42da2c29bdce20a 100644
--- a/components/test_runner/web_ax_object_proxy.h
+++ b/components/test_runner/web_ax_object_proxy.h
@@ -133,6 +133,7 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
void Decrement();
void ShowMenu();
void Press();
+ bool SetValue(const std::string& value);
bool IsEqual(v8::Local<v8::Object> proxy);
void SetNotificationListener(v8::Local<v8::Function> callback);
void UnsetNotificationListener();
« 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