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

Unified Diff: ui/views/accessibility/ax_window_obj_wrapper.h

Issue 2008773002: Begin using ChromeVox Next to read tab and window titles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: ui/views/accessibility/ax_window_obj_wrapper.h
diff --git a/ui/views/accessibility/ax_window_obj_wrapper.h b/ui/views/accessibility/ax_window_obj_wrapper.h
index bcf35481d73241dd6dc23812ef2292765cd245bd..4a54300ce914215a3c6c192d35072bff9185ba0e 100644
--- a/ui/views/accessibility/ax_window_obj_wrapper.h
+++ b/ui/views/accessibility/ax_window_obj_wrapper.h
@@ -37,6 +37,7 @@ class AXWindowObjWrapper : public AXAuraObjWrapper,
int32_t GetID() override;
// WindowObserver overrides.
+ void OnWindowTitleChanged(aura::Window* window) override;
void OnWindowDestroyed(aura::Window* window) override;
private:

Powered by Google App Engine
This is Rietveld 408576698