mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 06:22:33 +00:00
Bug 833392 - Send RP ID within mozChromeEvents; r=jparsons
This commit is contained in:
parent
7f10745754
commit
ac17d44f05
@ -180,7 +180,8 @@ let Pipe = {
|
||||
let detail = {
|
||||
type: kReceivedIdentityAssertion,
|
||||
showUI: aGaiaOptions.showUI || false,
|
||||
id: kReceivedIdentityAssertion + "-" + uuid
|
||||
id: kReceivedIdentityAssertion + "-" + uuid,
|
||||
requestId: aRpOptions.id
|
||||
};
|
||||
log('telling gaia to close the dialog');
|
||||
// tell gaia to close the dialog
|
||||
@ -248,7 +249,8 @@ let Pipe = {
|
||||
let detail = {
|
||||
type: kOpenIdentityDialog,
|
||||
showUI: aGaiaOptions.showUI || false,
|
||||
id: kOpenIdentityDialog + "-" + uuid
|
||||
id: kOpenIdentityDialog + "-" + uuid,
|
||||
requestId: aRpOptions.id
|
||||
};
|
||||
|
||||
GaiaInterface.sendChromeEvent(detail);
|
||||
|
Loading…
x
Reference in New Issue
Block a user