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:
Robert Sesek
2016-12-02 17:43:56 +00:00
committed by android-build-merger
3 changed files with 23 additions and 5 deletions

View File

@@ -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;