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

Unified Diff: chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc

Issue 405873003: Changed AppListDialogContentsView to extend DialogDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Subclassed DialogDelegate instead Created 6 years, 5 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: chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc
diff --git a/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc b/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc
index 3378bdfe1487541b298158e0bf1c2d7010b3f277..423eca926045a3f0e4e8897fbe01523831a00d50 100644
--- a/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc
+++ b/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc
@@ -154,10 +154,6 @@ ui::ModalType AppListDialogContentsView::GetModalType() const {
return ui::MODAL_TYPE_WINDOW;
}
-ui::AXRole AppListDialogContentsView::GetAccessibleWindowRole() const {
- return ui::AX_ROLE_DIALOG;
-}
-
void AppListDialogContentsView::WindowClosing() {
app_list_controller_delegate_->OnCloseChildDialog();
}

Powered by Google App Engine
This is Rietveld 408576698