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

Unified Diff: ui/views/bubble/bubble_dialog_delegate.cc

Issue 1919213002: Share DialogDelegateView:: and BubbleDialogDelegateView::'s impls of (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « ui/views/bubble/bubble_dialog_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_dialog_delegate.cc
diff --git a/ui/views/bubble/bubble_dialog_delegate.cc b/ui/views/bubble/bubble_dialog_delegate.cc
index 0dfb629e7f5ea41c5cc0f26dd7a105e80aea143a..683a79460138ebca339d46e2a25ff43c80a8d9a2 100644
--- a/ui/views/bubble/bubble_dialog_delegate.cc
+++ b/ui/views/bubble/bubble_dialog_delegate.cc
@@ -115,10 +115,6 @@ NonClientFrameView* BubbleDialogDelegateView::CreateNonClientFrameView(
return frame;
}
-void BubbleDialogDelegateView::GetAccessibleState(ui::AXViewState* state) {
- state->role = ui::AX_ROLE_DIALOG;
-}
-
const char* BubbleDialogDelegateView::GetClassName() const {
return kViewClassName;
}
« no previous file with comments | « ui/views/bubble/bubble_dialog_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698