Index: chrome/common/chrome_utility_messages.h |
diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h |
index e1710996a8623ab5605525e0620391b93a95aef9..9b665896e842efe09f7fcc94d12157b29e3cf98f 100644 |
--- a/chrome/common/chrome_utility_messages.h |
+++ b/chrome/common/chrome_utility_messages.h |
@@ -108,12 +108,8 @@ IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_DecodeImage_Succeeded, |
// Reply when an error occurred decoding the image. |
IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_DecodeImage_Failed) |
-// Reply when a file has been patched successfully. |
-IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_PatchFile_Succeeded) |
- |
-// Reply when patching a file failed. |
-IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_PatchFile_Failed, |
- int /* error code */) |
+// Reply when a file has been patched. |
+IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_PatchFile_Finished, int /* result */) |
#if defined(OS_CHROMEOS) |
// Reply when the utility process has succeeded in creating the zip file. |