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

Unified Diff: content/public/common/process_type.h

Issue 1622743005: Introduce background Download process to android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing 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/public/common/process_type.h
diff --git a/content/public/common/process_type.h b/content/public/common/process_type.h
index 14696697857d024f0dcf3ebeca77b6893c7eab1a..cc9ae7c0eab48092d417f6f837ec9c0021328db7 100644
--- a/content/public/common/process_type.h
+++ b/content/public/common/process_type.h
@@ -27,6 +27,7 @@ enum ProcessType {
PROCESS_TYPE_GPU,
PROCESS_TYPE_PPAPI_PLUGIN,
PROCESS_TYPE_PPAPI_BROKER,
+ PROCESS_TYPE_DOWNLOAD,
// Custom process types used by the embedder should start from here.
PROCESS_TYPE_CONTENT_END,
// If any embedder has more than 10 custom process types, update this.

Powered by Google App Engine
This is Rietveld 408576698