mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Deprecate the platform-theme-changed event
This commit is contained in:
@@ -92,10 +92,6 @@ class App : public AtomBrowserClient::Delegate,
|
||||
// content::GpuDataManagerObserver:
|
||||
void OnGpuProcessCrashed(base::TerminationStatus exit_code) override;
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
void OnPlatformThemeChanged() override;
|
||||
#endif
|
||||
|
||||
private:
|
||||
// Get/Set the pre-defined path in PathService.
|
||||
base::FilePath GetPath(mate::Arguments* args, const std::string& name);
|
||||
|
||||
Reference in New Issue
Block a user