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

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

Issue 2295183003: Update desktop tree when Aura windows are removed. (Closed)
Patch Set: Created 4 years, 4 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..3dc17f4ff0609392c76cff0e1153d4dd56333fb9 100644
--- a/ui/views/accessibility/ax_window_obj_wrapper.h
+++ b/ui/views/accessibility/ax_window_obj_wrapper.h
@@ -38,6 +38,8 @@ class AXWindowObjWrapper : public AXAuraObjWrapper,
// WindowObserver overrides.
void OnWindowDestroyed(aura::Window* window) override;
+ void OnWindowDestroying(aura::Window* window) override;
+ void OnWillRemoveWindow(aura::Window* window) override;
private:
aura::Window* window_;

Powered by Google App Engine
This is Rietveld 408576698