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

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

Issue 1622743005: Introduce background Download process to android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing siever's comments Created 4 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 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);

Powered by Google App Engine
This is Rietveld 408576698