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..3f09ad0d821f489cbd8aaa28911a23731aaaba0d 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 if it hasn't been started. |
+// TODO(qinmin): pass the download parameters here and pass it to java side. |
+void StartDownloadProcessIfNecessary(); |
+ |
// Stops a child process based on the handle returned form |
// StartChildProcess. |
void StopChildProcess(base::ProcessHandle handle); |