Index: ipc/attachment_broker_privileged.h |
diff --git a/ipc/attachment_broker_privileged.h b/ipc/attachment_broker_privileged.h |
index 5a55e67da7fa08976e608b84410168cad93ccf48..cbaaaf276d267fff5263176b7affc7e3079454b8 100644 |
--- a/ipc/attachment_broker_privileged.h |
+++ b/ipc/attachment_broker_privileged.h |
@@ -79,6 +79,9 @@ class IPC_EXPORT AttachmentBrokerPrivileged : public IPC::AttachmentBroker { |
ERROR_DECREASE_REF = 10, |
// Couldn't extract a right from the source. |
ERROR_EXTRACT_SOURCE_RIGHT = 11, |
+ // The broker did not have a channel of communication with the source |
+ // process. |
+ ERROR_SOURCE_NOT_FOUND = 12, |
ERROR_MAX |
}; |