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

Unified Diff: chrome/browser/ui/views/tabs/tab_controller.h

Issue 2477463003: Replace ui::AXViewState with AXNodeData and AXActionData (Closed)
Patch Set: Fix test Created 4 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/views/tabs/tab.cc ('k') | chrome/browser/ui/views/tabs/tab_strip.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tabs/tab_controller.h
diff --git a/chrome/browser/ui/views/tabs/tab_controller.h b/chrome/browser/ui/views/tabs/tab_controller.h
index 88e61a1847aeb997c3f689c6d99f958a013abbf3..a28d5e56eba1b403eda94912efaaf3d0ca9dc0c0 100644
--- a/chrome/browser/ui/views/tabs/tab_controller.h
+++ b/chrome/browser/ui/views/tabs/tab_controller.h
@@ -18,7 +18,7 @@ class Point;
class Size;
}
namespace ui {
-struct AXViewState;
+struct AXNodeData;
class ListSelectionModel;
class LocatedEvent;
class MouseEvent;
@@ -127,7 +127,7 @@ class TabController {
// Adds private information to the tab's accessibility state.
virtual void UpdateTabAccessibilityState(const Tab* tab,
- ui::AXViewState* state) = 0;
+ ui::AXNodeData* node_data) = 0;
protected:
virtual ~TabController() {}
« no previous file with comments | « chrome/browser/ui/views/tabs/tab.cc ('k') | chrome/browser/ui/views/tabs/tab_strip.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698