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

Unified Diff: ash/common/system/date/date_view.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 | « ash/common/system/chromeos/tray_caps_lock.cc ('k') | ash/common/system/date/date_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/date/date_view.h
diff --git a/ash/common/system/date/date_view.h b/ash/common/system/date/date_view.h
index 3b357f1503c144a7ab7b01ad186a2e29ced8a940..136a8322881c1cdfd3645f196382dd90632bc161 100644
--- a/ash/common/system/date/date_view.h
+++ b/ash/common/system/date/date_view.h
@@ -36,7 +36,7 @@ class ASH_EXPORT BaseDateTimeView : public ActionableView {
void UpdateText();
// views::View:
- void GetAccessibleState(ui::AXViewState* state) override;
+ void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
protected:
explicit BaseDateTimeView(SystemTrayItem* owner);
« no previous file with comments | « ash/common/system/chromeos/tray_caps_lock.cc ('k') | ash/common/system/date/date_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698