Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: chrome/utility/utility_thread.h

Issue 5947002: As the first step in an effort to improve robustness of the cloud print proxy... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Review comments Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/utility/utility_main.cc ('k') | chrome/utility/utility_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/utility_thread.h
===================================================================
--- chrome/utility/utility_thread.h (revision 69859)
+++ 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();
« no previous file with comments | « chrome/utility/utility_main.cc ('k') | chrome/utility/utility_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698