linux: Add "dark-theme" option for BrowserWindow, fixes #352.

This commit is contained in:
Cheng Zhao 2014-08-21 12:24:55 +08:00
parent a32669ac0d
commit 058d0bbe19
4 changed files with 19 additions and 0 deletions

View file

@ -34,6 +34,7 @@ extern const char kWebPreferences[];
extern const char kZoomFactor[];
extern const char kAutoHideMenuBar[];
extern const char kEnableLargerThanScreen[];
extern const char kDarkTheme[];
} // namespace switches