Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(638)

Unified Diff: ios/chrome/browser/application_context_impl.cc

Issue 1495443006: Keep WKWebView control group users in the control group (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/experimental_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « no previous file | ios/chrome/browser/experimental_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698