Index: content/browser/android/child_process_launcher_android.h |
diff --git a/content/browser/android/child_process_launcher_android.h b/content/browser/android/child_process_launcher_android.h |
index b99fbd72f6eefa60b79b25aece4ec1f67df79ab5..78f088a6c5a743fb4e8a83e4aa8dd6e89c264bab 100644 |
--- a/content/browser/android/child_process_launcher_android.h |
+++ b/content/browser/android/child_process_launcher_android.h |
@@ -29,7 +29,6 @@ void StartChildProcess( |
const base::CommandLine::StringVector& argv, |
int child_process_id, |
const std::unique_ptr<FileDescriptorInfo> files_to_register, |
- const std::map<int, base::MemoryMappedFile::Region>& regions, |
const StartChildProcessCallback& callback); |
// Stops a child process based on the handle returned form |