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

Unified Diff: chrome/common/service_messages.h

Issue 2139643003: Use ChannelMojo between browser and service processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: chrome/common/service_messages.h
diff --git a/chrome/common/service_messages.h b/chrome/common/service_messages.h
index c1b598b134b9c68295e8b681cf3aa6af69cc2592..914388df99f43299c5febac0424f28ba149f9852 100644
--- a/chrome/common/service_messages.h
+++ b/chrome/common/service_messages.h
@@ -46,6 +46,9 @@ IPC_MESSAGE_CONTROL0(ServiceMsg_Shutdown)
// Tell the service process that an update is available.
IPC_MESSAGE_CONTROL0(ServiceMsg_UpdateAvailable)
+// Tell the service process to remain alive when disconnected.
+IPC_MESSAGE_CONTROL0(ServiceMsg_StayAliveForTesting)
+
//-----------------------------------------------------------------------------
// Service process host messages:
// These are messages from the service process to the browser.

Powered by Google App Engine
This is Rietveld 408576698