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

Unified Diff: testing/variations/fieldtrial_testing_config_win.json

Issue 1924983002: Enable V4LocalDatabaseManager based on Finch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor. CR feedback. Created 4 years, 8 months 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
Index: testing/variations/fieldtrial_testing_config_win.json
diff --git a/testing/variations/fieldtrial_testing_config_win.json b/testing/variations/fieldtrial_testing_config_win.json
index 06e995291039c1a75b73d48347a258dbb3cc1f40..72fa180305fa07e8afb86d55917d6a909bfb2c8c 100644
--- a/testing/variations/fieldtrial_testing_config_win.json
+++ b/testing/variations/fieldtrial_testing_config_win.json
@@ -326,6 +326,17 @@
}
}
],
+ "SafeBrowsingV4LocalDatabaseManagerEnabled": [
+ {
+ "group_name": "Enabled"
rkaplow 2016/05/02 16:27:35 you only needed one group here to be tested. Likel
vakh (use Gerrit instead) 2016/05/02 22:04:34 Done.
+ },
+ {
+ "group_name": "Disabled"
+ },
+ {
+ "group_name": "Default"
+ }
+ ],
"SchedulerExpensiveTaskBlocking": [
{
"group_name": "Enabled"

Powered by Google App Engine
This is Rietveld 408576698