Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(787)

Unified Diff: chrome/utility/chrome_content_utility_client.h

Issue 25909005: Use UtilityProcessHost to patch files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nonblocking
Patch Set: Rebase to LKGR/248226 Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698