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

Unified Diff: chrome/utility/chrome_content_utility_client.h

Issue 2534873005: Sandbox the component updater's patcher utility process. (Closed)
Patch Set: Through #29 Created 4 years 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 c1c8eb716de6cb4bdf9f2d400cf4802580e03a89..447948970e893dc9d5ea2a2b2e9532c7ab604113 100644
--- a/chrome/utility/chrome_content_utility_client.h
+++ b/chrome/utility/chrome_content_utility_client.h
@@ -50,12 +50,12 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
const base::FileDescriptor& dest_fd);
#endif // defined(OS_CHROMEOS)
- 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 OnPatchFileBsdiff(const IPC::PlatformFileForTransit& input_file,
+ const IPC::PlatformFileForTransit& patch_file,
+ const IPC::PlatformFileForTransit& output_file);
+ void OnPatchFileCourgette(const IPC::PlatformFileForTransit& input_file,
+ const IPC::PlatformFileForTransit& patch_file,
+ const IPC::PlatformFileForTransit& output_file);
void OnStartupPing();
#if defined(FULL_SAFE_BROWSING)
void OnAnalyzeZipFileForDownloadProtection(

Powered by Google App Engine
This is Rietveld 408576698