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 fcc5da9b8c8cf82e863f761d55a44ef4b3c188ed..2c537e3edd4f771f27da6667c1c6722c9393cc22 100644 |
--- a/chrome/utility/chrome_content_utility_client.h |
+++ b/chrome/utility/chrome_content_utility_client.h |
@@ -92,6 +92,12 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient { |
void OnGetPrinterCapsAndDefaults(const std::string& printer_name); |
void OnGetPrinterSemanticCapsAndDefaults(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); |