Revert "flash support #2"

Former-commit-id: 03d7d2df2cbc6f3075491e5dd2e6d48d759f4beb
This commit is contained in:
Jia Hao 2016-02-06 01:12:30 +08:00
parent add30d5a80
commit fa347cc8b0
2 changed files with 0 additions and 5 deletions

View File

@ -1 +0,0 @@
6f57ffe565395a28195d111c5f80bcf3e87817b2

View File

@ -18,10 +18,6 @@ if (appArgs.insecure) {
app.commandLine.appendSwitch('ignore-certificate-errors');
}
// Flash plugin
app.commandLine.appendSwitch('ppapi-flash-path', path.join(__dirname, '../plugins', 'libpepflashplayer.so'));
app.commandLine.appendSwitch('ppapi-flash-version', '16.0.0.305');
// do nothing for setDockBadge if not OSX
let setDockBadge = () => {};