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

Unified Diff: content/browser/android/child_process_launcher_android.h

Issue 2613803003: Simplifying ContentBrowserClient::GetAdditionalMappedFiles...() (Closed)
Patch Set: Addressed jam@'s comment 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
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
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | content/browser/android/child_process_launcher_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698