Bug 1228564 - part 2 : check audio capturing when the agent is registered/unregistered. r=baku.

This commit is contained in:
Alastor Wu
2015-12-24 17:28:45 +08:00
parent eb69386b37
commit b238891922
12 changed files with 75 additions and 65 deletions

View File

@@ -1860,7 +1860,7 @@ nsNPAPIPluginInstance::WindowVolumeChanged(float aVolume, bool aMuted)
}
NS_IMETHODIMP
nsNPAPIPluginInstance::WindowAudioCaptureChanged()
nsNPAPIPluginInstance::WindowAudioCaptureChanged(bool aCapture)
{
return NS_OK;
}