summaryrefslogtreecommitdiffstats
path: root/base/android/library_loader
diff options
context:
space:
mode:
authormnaganov <mnaganov@chromium.org>2016-02-09 15:12:19 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-09 23:13:30 +0000
commit19b312f73048c5985e1fe1444c8eca1593180cc6 (patch)
tree4fddd090c344870fd8f116d24edf28bcd5fb2a88 /base/android/library_loader
parent5aa87513e31e03ffc156553adc2121b6aaead40e (diff)
downloadchromium_src-19b312f73048c5985e1fe1444c8eca1593180cc6.zip
chromium_src-19b312f73048c5985e1fe1444c8eca1593180cc6.tar.gz
chromium_src-19b312f73048c5985e1fe1444c8eca1593180cc6.tar.bz2
Introduce new library process type: WEBVIEW_CHILD
Other changes: -- allow setting ChildProcessCreationParams from Chrome; -- refactor ChildProcessConnectionImpl a bit; -- only use the extra bind flag when binding exported child services; BUG=581380 Committed: https://crrev.com/e14528db59728308633b279dd6014806e4a8d53b Cr-Commit-Position: refs/heads/master@{#374399} Review URL: https://codereview.chromium.org/1649563002 Cr-Commit-Position: refs/heads/master@{#374514}
Diffstat (limited to 'base/android/library_loader')
-rw-r--r--base/android/library_loader/library_loader_hooks.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/android/library_loader/library_loader_hooks.h b/base/android/library_loader/library_loader_hooks.h
index ca3c5a2..1ed09bd 100644
--- a/base/android/library_loader/library_loader_hooks.h
+++ b/base/android/library_loader/library_loader_hooks.h
@@ -21,8 +21,10 @@ enum LibraryProcessType {
PROCESS_BROWSER = 1,
// Shared library is running in child process.
PROCESS_CHILD = 2,
- // Shared library is running in webview process.
+ // Shared library is running in the app that uses webview.
PROCESS_WEBVIEW = 3,
+ // Shared library is running in child process as part of webview.
+ PROCESS_WEBVIEW_CHILD = 4,
};
// Record any pending renderer histogram value as a histogram. Pending values