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

Unified Diff: chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.cc

Issue 1906433002: Views: Add to desktop dialog is now modal. (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 | « chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.cc
diff --git a/chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.cc b/chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.cc
index 9df8b2e4657dc2e9ef8d22bdb0352dd6388649bb..0d47383011a84472bde7b6e5e543ce1356e8a139 100644
--- a/chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.cc
+++ b/chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.cc
@@ -104,6 +104,10 @@ views::View* BookmarkAppConfirmationView::GetInitiallyFocusedView() {
return title_tf_;
}
+ui::ModalType BookmarkAppConfirmationView::GetModalType() const {
+ return ui::MODAL_TYPE_WINDOW;
+}
+
base::string16 BookmarkAppConfirmationView::GetWindowTitle() const {
#if defined(USE_ASH)
int ids = IDS_ADD_TO_SHELF_BUBBLE_TITLE;
« no previous file with comments | « chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698