Enable multiprocess WebView by default.
Make the multiprocess WebView enabled by default. It can be disabled by the user in developer settings, but will be re-enabled after the WebView implementation is updated to keep people testing it. Bug: 21643067 Test: verify that WebView is enabled by default in developer settings Change-Id: I100dac6b4d3784678a694352faa6e9fb2fc72078
This commit is contained in:
@@ -296,7 +296,7 @@ public class SystemImpl implements SystemInterface {
|
||||
|
||||
@Override
|
||||
public boolean isMultiProcessDefaultEnabled() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
// flags declaring we want extra info from the package manager for webview providers
|
||||
|
||||
Reference in New Issue
Block a user