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

Unified Diff: chrome/browser/ui/views/autofill/password_generation_popup_view_views.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
Index: chrome/browser/ui/views/autofill/password_generation_popup_view_views.h
diff --git a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.h b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.h
index d3f703b49e8724568743ef9fc61adb6dce4e3d62..1b2acc73c6e358a73281af56a71ec0c5a0fabb78 100644
--- a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.h
+++ b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.h
@@ -48,7 +48,7 @@ class PasswordGenerationPopupViewViews : public AutofillPopupBaseView,
// views:Views implementation.
void Layout() override;
void OnPaint(gfx::Canvas* canvas) override;
- void GetAccessibleState(ui::AXViewState* state) override;
+ void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
// views::StyledLabelListener implementation
void StyledLabelLinkClicked(views::StyledLabel* label,

Powered by Google App Engine
This is Rietveld 408576698