Index: content/common/fileapi/webblob_messages.h |
diff --git a/content/common/fileapi/webblob_messages.h b/content/common/fileapi/webblob_messages.h |
index 9a54c55db02d667d5bde598aa711096efadde6a7..51c44cb6eadfd520bd157d5cffaf5736e7979eb3 100644 |
--- a/content/common/fileapi/webblob_messages.h |
+++ b/content/common/fileapi/webblob_messages.h |
@@ -68,6 +68,10 @@ IPC_SYNC_MESSAGE_CONTROL3_0(StreamHostMsg_SyncAppendSharedMemory, |
IPC_MESSAGE_CONTROL1(StreamHostMsg_FinishBuilding, |
GURL /* url */) |
+// Aborts building a stream. |
+IPC_MESSAGE_CONTROL1(StreamHostMsg_AbortBuilding, |
+ GURL /* url */) |
+ |
// Creates a new stream that's a clone of an existing src stream. |
IPC_MESSAGE_CONTROL2(StreamHostMsg_Clone, |
GURL /* url */, |