Add API for checking if AeroGlass/DWM is enabled

Resolves #1020
This commit is contained in:
Eran Tiktin 2016-01-16 06:27:44 +02:00
parent b9789ef191
commit 83b36ce40b
2 changed files with 12 additions and 0 deletions

View file

@ -88,6 +88,10 @@ class App : public AtomBrowserClient::Delegate,
const ProcessSingleton::NotificationCallback& callback);
std::string GetLocale();
#if defined(OS_WIN)
bool IsAeroGlassEnabled();
#endif
scoped_ptr<ProcessSingleton> process_singleton_;
DISALLOW_COPY_AND_ASSIGN(App);