chore: remove UnresponsiveSuppressor altogether (#35507)
* chore: drop unresponsive suppressor for menu_mac * also for views * header * chore: remove UnresponsiveSuppressor altogether
This commit is contained in:
parent
a0c20fef96
commit
a0dbae72c8
8 changed files with 1 additions and 66 deletions
|
@ -14,7 +14,6 @@
|
|||
#include "shell/browser/native_window_views.h"
|
||||
#include "shell/browser/ui/file_dialog.h"
|
||||
#include "shell/browser/ui/gtk_util.h"
|
||||
#include "shell/browser/unresponsive_suppressor.h"
|
||||
#include "shell/common/gin_converters/file_path_converter.h"
|
||||
#include "ui/base/glib/glib_signal.h"
|
||||
#include "ui/gtk/gtk_ui.h" // nogncheck
|
||||
|
@ -222,7 +221,6 @@ class FileChooserDialog {
|
|||
void AddFilters(const Filters& filters);
|
||||
|
||||
electron::NativeWindowViews* parent_;
|
||||
electron::UnresponsiveSuppressor unresponsive_suppressor_;
|
||||
|
||||
GtkFileChooser* dialog_;
|
||||
GtkWidget* preview_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue