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

Unified Diff: chrome/common/service_messages.h

Issue 7485011: Virtual Cloud Print Driver for Mac. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed copyright Created 9 years, 4 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/service/chrome_service_application_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/service_messages.h
diff --git a/chrome/common/service_messages.h b/chrome/common/service_messages.h
index 68f208a22002249de4b2aa094a0681680b768aa6..71ac096660d30cf1f1d0287662b5007212dab151 100644
--- a/chrome/common/service_messages.h
+++ b/chrome/common/service_messages.h
@@ -45,6 +45,12 @@ IPC_MESSAGE_CONTROL0(ServiceMsg_Shutdown)
// Tell the service process that an update is available.
IPC_MESSAGE_CONTROL0(ServiceMsg_UpdateAvailable)
+// Tell the service process to enable the Mac Virtual driver.
+IPC_MESSAGE_CONTROL0(ServiceMsg_EnableVirtualDriver)
+
+// Tell the service process to disable the Mac Virtual driver.
+IPC_MESSAGE_CONTROL0(ServiceMsg_DisableVirtualDriver)
+
//-----------------------------------------------------------------------------
// Service process host messages:
// These are messages from the service process to the browser.
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/service/chrome_service_application_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698