Bug 1041599 - Maintain a single volume control session between browser, content, and plugins on Windows. r=aklotz

MozReview-Commit-ID: 2LuYciKfsWn
This commit is contained in:
Jim Mathies
2016-03-13 08:25:23 -05:00
parent cce1bd714f
commit a6a7ee58cc
8 changed files with 92 additions and 32 deletions

View File

@@ -2365,8 +2365,8 @@ PluginModuleChromeParent::RecvNP_InitializeResult(const NPError& aError)
SetPluginFuncs(mNPPIface);
}
// Send the info needed to join the chrome process's audio session to the
// plugin process
// Send the info needed to join the browser process's audio session to the
// plugin process.
nsID id;
nsString sessionName;
nsString iconPath;