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

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

Issue 1040863002: Revert "Enable chrome.automation.getDesktop on all aura platforms." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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_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_; }

Powered by Google App Engine
This is Rietveld 408576698