mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Bug 1276518: Make PRemotePrintJob argument for ShowProgress nullable. r=jimm
MozReview-Commit-ID: 7eDZi8suxMK --HG-- extra : rebase_source : 86dabd67a3c79516d3c4c5c93c7ee1d183b2f61e
This commit is contained in:
parent
76b1ff2552
commit
300192dd6b
@ -23,7 +23,7 @@ sync protocol PPrinting
|
||||
parent:
|
||||
sync ShowProgress(PBrowser browser,
|
||||
PPrintProgressDialog printProgressDialog,
|
||||
PRemotePrintJob remotePrintJob,
|
||||
nullable PRemotePrintJob remotePrintJob,
|
||||
bool isForPrinting)
|
||||
returns(bool notifyOnOpen,
|
||||
nsresult rv);
|
||||
|
Loading…
Reference in New Issue
Block a user