| 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 b442d14e6bc559fc423f4c2597da163cf5739d1c..1205c7ba949132deac3172d613c1135d7543a7c3 100644
|
| --- a/chrome/utility/chrome_content_utility_client.h
|
| +++ b/chrome/utility/chrome_content_utility_client.h
|
| @@ -58,10 +58,6 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
|
| const base::FileDescriptor& dest_fd);
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| -#if defined(OS_ANDROID) && defined(USE_SECCOMP_BPF)
|
| - void OnDetectSeccompSupport();
|
| -#endif
|
| -
|
| void OnPatchFileBsdiff(const base::FilePath& input_file,
|
| const base::FilePath& patch_file,
|
| const base::FilePath& output_file);
|
|
|