| Index: ios/chrome/browser/application_context_impl.cc
|
| diff --git a/ios/chrome/browser/application_context_impl.cc b/ios/chrome/browser/application_context_impl.cc
|
| index 143aea18aad39eb1a037d538ecaccbadb9c15227..300cedfb9b4806daa73bae851e980797ec6217a4 100644
|
| --- a/ios/chrome/browser/application_context_impl.cc
|
| +++ b/ios/chrome/browser/application_context_impl.cc
|
| @@ -94,6 +94,8 @@ void ApplicationContextImpl::RegisterPrefs(PrefRegistrySimple* registry) {
|
| false);
|
| registry->RegisterBooleanPref(prefs::kLastSessionExitedCleanly, true);
|
| registry->RegisterBooleanPref(prefs::kMetricsReportingWifiOnly, true);
|
| + registry->RegisterBooleanPref(prefs::kLastSessionUsedWKWebViewControlGroup,
|
| + false);
|
| }
|
|
|
| void ApplicationContextImpl::PreCreateThreads() {
|
|
|