| Index: chrome/utility/utility_thread.h
|
| ===================================================================
|
| --- chrome/utility/utility_thread.h (revision 69496)
|
| +++ chrome/utility/utility_thread.h (working copy)
|
| @@ -84,6 +84,12 @@
|
| // IPC to notify batch mode has finished and we should now quit.
|
| void OnBatchModeFinished();
|
|
|
| + // IPC to get capabilities and defaults for the specified
|
| + // printer. Used on Windows to isolate the service process from printer driver
|
| + // crashes by executing this in a separate process. This does not run in a
|
| + // sandbox.
|
| + void OnGetPrinterCapsAndDefaults(const std::string& printer_name);
|
| +
|
| // Releases the process if we are not (or no longer) in batch mode.
|
| void ReleaseProcessIfNeeded();
|
|
|
|
|