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 ea806ac557132af9ac39f842ff92bbc8ac9323fa..ec179ef30e4e754770cb7f08dade68fc46e89edf 100644 |
--- a/content/browser/android/child_process_launcher_android.h |
+++ b/content/browser/android/child_process_launcher_android.h |
@@ -29,6 +29,10 @@ void StartChildProcess( |
const std::map<int, base::MemoryMappedFile::Region>& regions, |
const StartChildProcessCallback& callback); |
+// Starts the background download process. |
+// TODO(qinmin): pass the download parameters here and pass it to java side. |
+void StartDownloadProcess(); |
+ |
// Stops a child process based on the handle returned form |
// StartChildProcess. |
void StopChildProcess(base::ProcessHandle handle); |