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

Unified Diff: chrome/common/service_messages.h

Issue 208653010: Use service process to collect printers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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
Index: chrome/common/service_messages.h
diff --git a/chrome/common/service_messages.h b/chrome/common/service_messages.h
index 1f05e6368bdb0666b8aef49c5ad3a85a0fa30580..c1b598b134b9c68295e8b681cf3aa6af69cc2592 100644
--- a/chrome/common/service_messages.h
+++ b/chrome/common/service_messages.h
@@ -37,6 +37,9 @@ IPC_MESSAGE_CONTROL0(ServiceMsg_GetCloudPrintProxyInfo)
// Requests a message back with serialized UMA histograms.
IPC_MESSAGE_CONTROL0(ServiceMsg_GetHistograms)
+// Requests a message back with all available printers.
+IPC_MESSAGE_CONTROL0(ServiceMsg_GetPrinters)
+
// Tell the service process to shutdown.
IPC_MESSAGE_CONTROL0(ServiceMsg_Shutdown)
@@ -53,3 +56,7 @@ IPC_MESSAGE_CONTROL1(ServiceHostMsg_CloudPrintProxy_Info,
// Sent as a response to ServiceMsg_GetHistograms.
IPC_MESSAGE_CONTROL1(ServiceHostMsg_Histograms,
std::vector<std::string> /* pickled_histograms */)
+
+// Sent as a response to ServiceMsg_GetPrinters.
+IPC_MESSAGE_CONTROL1(ServiceHostMsg_Printers,
+ std::vector<std::string> /* printers */)
« no previous file with comments | « chrome/browser/service_process/service_process_control.cc ('k') | chrome/service/cloud_print/cloud_print_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698