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:
Torne (Richard Coles)
2017-01-24 14:09:52 +00:00
parent dc375072c4
commit db70ba2953

View File

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