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
|
@ -16,7 +16,6 @@
|
|||
#include "shell/browser/native_window_observer.h"
|
||||
#include "shell/browser/native_window_views.h"
|
||||
#include "shell/browser/ui/gtk_util.h"
|
||||
#include "shell/browser/unresponsive_suppressor.h"
|
||||
#include "ui/base/glib/glib_signal.h"
|
||||
#include "ui/gfx/image/image_skia.h"
|
||||
#include "ui/gtk/gtk_ui.h" // nogncheck
|
||||
|
@ -187,8 +186,6 @@ class GtkMessageBox : public NativeWindowObserver {
|
|||
CHROMEG_CALLBACK_0(GtkMessageBox, void, OnCheckboxToggled, GtkWidget*);
|
||||
|
||||
private:
|
||||
electron::UnresponsiveSuppressor unresponsive_suppressor_;
|
||||
|
||||
// The id of the dialog.
|
||||
absl::optional<int> id_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue