Index: ui/views/accessibility/ax_aura_obj_cache.h |
diff --git a/ui/views/accessibility/ax_aura_obj_cache.h b/ui/views/accessibility/ax_aura_obj_cache.h |
index f3e35a65cb702879411139a4382003702d090342..a8316b5b82182bfba868e3b4e11b3732dd33e651 100644 |
--- a/ui/views/accessibility/ax_aura_obj_cache.h |
+++ b/ui/views/accessibility/ax_aura_obj_cache.h |
@@ -6,7 +6,6 @@ |
#define UI_VIEWS_ACCESSIBILITY_AX_AURA_OBJ_CACHE_H_ |
#include <map> |
-#include <vector> |
#include "base/basictypes.h" |
#include "ui/views/views_export.h" |
@@ -53,9 +52,6 @@ class VIEWS_EXPORT AXAuraObjCache { |
// Remove a cached entry based on an id. |
void Remove(int32 id); |
- // Get all top level windows this cache knows about. |
- void GetTopLevelWindows(std::vector<AXAuraObjWrapper*>* children); |
- |
// Indicates if this object's currently being destroyed. |
bool is_destroying() { return is_destroying_; } |