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

Unified Diff: chrome/utility/chrome_content_utility_client.h

Issue 2661663004: Remove unused out-of-process file patching IPC handlers (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 447948970e893dc9d5ea2a2b2e9532c7ab604113..58f87f6e493602056c6a5fa5a39a68e7baa9943c 100644
--- a/chrome/utility/chrome_content_utility_client.h
+++ b/chrome/utility/chrome_content_utility_client.h
@@ -50,12 +50,6 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
const base::FileDescriptor& dest_fd);
#endif // defined(OS_CHROMEOS)
- 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(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698