Move isAeroGlassEnabled and isDarkMode to systemPreferences

This commit is contained in:
Cheng Zhao 2016-04-25 12:35:09 +09:00
parent d72a0e452f
commit ddd8eae661
8 changed files with 46 additions and 35 deletions

View file

@ -114,10 +114,6 @@ class App : public AtomBrowserClient::Delegate,
const net::CompletionCallback& callback);
#endif
#if defined(OS_WIN)
bool IsAeroGlassEnabled();
#endif
scoped_ptr<ProcessSingleton> process_singleton_;
#if defined(USE_NSS_CERTS)