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. |