Merge "Add new hostingType for startProcessLocked() that selects using the WebViewZygote." am: eda1af611f am: bbcd9d26b1 am: 5806963539
am: 5c44250176
Change-Id: Ia1a819697d7144073f824a98dd8a315eb60c779b
This commit is contained in:
@@ -53,6 +53,10 @@ public class WebViewZygote {
|
||||
return sPackage.packageName;
|
||||
}
|
||||
|
||||
public static boolean isMultiprocessEnabled() {
|
||||
return sMultiprocessEnabled && sPackage != null;
|
||||
}
|
||||
|
||||
public static void setMultiprocessEnabled(boolean enabled) {
|
||||
sMultiprocessEnabled = enabled;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user