Deprecate the platform-theme-changed event

This commit is contained in:
Cheng Zhao 2016-04-25 14:34:30 +09:00
parent 9557226223
commit a421c66f3f
7 changed files with 11 additions and 28 deletions

View file

@ -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);