Bug 1430619 part 2 - Move nsIContentViewerContainer::setIsPrinting to nsIDocShell. r=smaug
MozReview-Commit-ID: LJrZbDAilnW
This commit is contained in:
@@ -6919,12 +6919,6 @@ nsDocShell::Embed(nsIContentViewer* aContentViewer,
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDocShell::SetIsPrinting(bool aIsPrinting)
|
||||
{
|
||||
mIsPrintingOrPP = aIsPrinting;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
//*****************************************************************************
|
||||
// nsDocShell::nsIWebProgressListener
|
||||
@@ -13853,6 +13847,13 @@ nsDocShell::StopDocumentLoad(void)
|
||||
return NS_ERROR_DOCSHELL_REQUEST_REJECTED;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDocShell::SetIsPrinting(bool aIsPrinting)
|
||||
{
|
||||
mIsPrintingOrPP = aIsPrinting;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDocShell::GetPrintPreview(nsIWebBrowserPrint** aPrintPreview)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user