Index: chrome/utility/chrome_content_utility_client.h |
diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h |
index 1cd8d2ebb1f193fe43b679db02ffa8043e0525b7..623c27739502bdc31ec91a24b0d2365ae8cabefe 100644 |
--- a/chrome/utility/chrome_content_utility_client.h |
+++ b/chrome/utility/chrome_content_utility_client.h |
@@ -91,6 +91,12 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient { |
base::PlatformFile bitmap_file); |
void OnGetPrinterCapsAndDefaults(const std::string& printer_name); |
+ void OnPatchFileBsdiff(const base::FilePath& input_file, |
+ const base::FilePath& patch_file, |
+ const base::FilePath& output_file); |
+ void OnPatchFileCourgette(const base::FilePath& input_file, |
+ const base::FilePath& patch_file, |
+ const base::FilePath& output_file); |
void OnStartupPing(); |
void OnAnalyzeZipFileForDownloadProtection( |
const IPC::PlatformFileForTransit& zip_file); |