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

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

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 | « no previous file | chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.cc » ('j') | 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.h
diff --git a/chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.h b/chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.h
index d457f20d11ce15d18c42ddc4c94d4588a0955b24..b8424172f77860dbf7acd1c66dce763ff64caed5 100644
--- a/chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.h
+++ b/chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.h
@@ -36,6 +36,7 @@ class BookmarkAppConfirmationView : public views::DialogDelegateView,
// Overridden from views::WidgetDelegate:
views::View* GetInitiallyFocusedView() override;
+ ui::ModalType GetModalType() const override;
base::string16 GetWindowTitle() const override;
bool ShouldShowCloseButton() const override;
void WindowClosing() override;
« no previous file with comments | « no previous file | chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698