I noticed that the Linux printing implementation is not going through  
the same PrintingContext framework.

Anyone know why?

I am interested in modifying the source to add the ability to suppress  
printing in a cross-platform way. It looks like  
PrintJobWorker::GetSettings implements a flag for whether or not the  
user should be asked for printer settings. Depending on the value of  
this flag, either PrintingContext::UseDefaultSettings or  
PrintingContext::AskUserForSettings is called. This code seems to only  
be executed on Mac and Windows, not on Linux.

Is there a known barrier to getting the linux printing flow, which is  
described at http://code.google.com/p/chromium/wiki/LinuxPrinting, to  
work with UseDefaultSettings and AskUserForSettings?

Thanks in advance.

Andy

-- 
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss

Reply via email to