chore: remove deprecated systemPreferences color scheme events (#39341)
This commit is contained in:
parent
cf658b700d
commit
d166182865
6 changed files with 21 additions and 49 deletions
|
@ -115,8 +115,6 @@ class SystemPreferences
|
|||
v8::Local<v8::Value> GetAppLevelAppearance(v8::Isolate* isolate);
|
||||
void SetAppLevelAppearance(gin::Arguments* args);
|
||||
#endif
|
||||
bool IsInvertedColorScheme();
|
||||
bool IsHighContrastColorScheme();
|
||||
v8::Local<v8::Value> GetAnimationSettings(v8::Isolate* isolate);
|
||||
|
||||
// disable copy
|
||||
|
@ -158,10 +156,6 @@ class SystemPreferences
|
|||
|
||||
std::string current_color_;
|
||||
|
||||
bool inverted_color_scheme_ = false;
|
||||
|
||||
bool high_contrast_color_scheme_ = false;
|
||||
|
||||
std::unique_ptr<gfx::ScopedSysColorChangeListener> color_change_listener_;
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue