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

Unified Diff: components/test_runner/accessibility_controller.h

Issue 1705853002: NOT FOR REVIEW. ax tree focus with debugging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed crash Created 4 years, 10 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
Index: components/test_runner/accessibility_controller.h
diff --git a/components/test_runner/accessibility_controller.h b/components/test_runner/accessibility_controller.h
index 7bc62aa9fc3793069971d0dce386f764749abc5b..376f7b08cd001fea9752dec17d70503d21834ea1 100644
--- a/components/test_runner/accessibility_controller.h
+++ b/components/test_runner/accessibility_controller.h
@@ -31,7 +31,6 @@ class AccessibilityController :
void Reset();
void Install(blink::WebFrame* frame);
- void SetFocusedElement(const blink::WebAXObject&);
bool ShouldLogAccessibilityEvents();
void NotificationReceived(const blink::WebAXObject& target,
const std::string& notification_name);
@@ -56,9 +55,6 @@ class AccessibilityController :
// If true, will log all accessibility notifications.
bool log_accessibility_events_;
- blink::WebAXObject focused_element_;
- blink::WebAXObject root_element_;
-
WebAXObjectProxyList elements_;
v8::Persistent<v8::Function> notification_callback_;

Powered by Google App Engine
This is Rietveld 408576698