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

Unified Diff: ios/chrome/browser/pref_names.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 | « ios/chrome/browser/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/pref_names.cc
diff --git a/ios/chrome/browser/pref_names.cc b/ios/chrome/browser/pref_names.cc
index 1fec0acef67dbf42a8664c6247bf794fa8bad625..9a204884023d1fbdf5cef9c5794990c1165c3b05 100644
--- a/ios/chrome/browser/pref_names.cc
+++ b/ios/chrome/browser/pref_names.cc
@@ -70,6 +70,10 @@ const char kIosHandoffToOtherDevices[] = "ios.handoff_to_other_devices";
const char kLastSessionExitedCleanly[] =
"ios.user_experience_metrics.last_session_exited_cleanly";
+// True if the previous session was selected into the WKWebView control group.
+const char kLastSessionUsedWKWebViewControlGroup[] =
+ "ios.wkwebview_trial.was_control";
+
// Preference that hold a boolean indicating whether metrics reporting should
// be limited to wifi (when enabled).
const char kMetricsReportingWifiOnly[] =
« no previous file with comments | « ios/chrome/browser/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698