perf: cache whether or not ELECTRON_DEBUG_NOTIFICATIONS env var is set (#45143)
* perf: cache whether or not ELECTRON_DEBUG_NOTIFICATIONS env var is set * chore: remove unused #include
This commit is contained in:
parent
59ed1db9a2
commit
062d14e553
7 changed files with 12 additions and 12 deletions
|
@ -15,6 +15,8 @@
|
|||
|
||||
namespace electron {
|
||||
|
||||
extern const bool debug_notifications;
|
||||
|
||||
class NotificationDelegate;
|
||||
class NotificationPresenter;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue