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

Unified Diff: testing/variations/fieldtrial_testing_config_ios.json

Issue 2296493002: Merge all Field Trial Testing Configuration Together (Closed)
Patch Set: Add Comment Created 4 years, 3 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_ios.json
diff --git a/testing/variations/fieldtrial_testing_config_ios.json b/testing/variations/fieldtrial_testing_config_ios.json
deleted file mode 100644
index 6e3a9ad73b3a51e9c0b5987d2816dd825ed80063..0000000000000000000000000000000000000000
--- a/testing/variations/fieldtrial_testing_config_ios.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "AutofillFieldMetadata": [
- {
- "group_name": "Enabled"
- }
- ],
- "AutofillProfileCleanup": [
- {
- "enable_features": [
- "AutofillProfileCleanup"
- ],
- "group_name": "Enabled"
- }
- ],
- "AutofillProfileOrderByFrecency": [
- {
- "group_name": "EnabledLimitTo3",
- "params": {
- "limit": "3"
- }
- },
- {
- "group_name": "Enabled"
- }
- ],
- "ChromotingQUIC": [
- {
- "group_name": "Enabled"
- }
- ],
- "DataCompressionProxyDevRollout": [
- {
- "group_name": "Control"
- },
- {
- "group_name": "Enabled"
- }
- ],
- "ExpectCTReporting": [
- {
- "enable_features": [
- "ExpectCTReporting"
- ],
- "group_name": "ExpectCTReportingEnabled"
- }
- ],
- "NetworkTimeQueries": [
- {
- "enable_features": [
- "NetworkTimeServiceQuerying"
- ],
- "group_name": "NetworkTimeQueriesEnabled"
- }
- ],
- "PageRevisitInstrumentation": [
- {
- "group_name": "Enabled"
- }
- ],
- "PasswordBranding": [
- {
- "group_name": "SmartLockBrandingSavePromptOnly"
- }
- ],
- "PasswordManagerSettingsMigration": [
- {
- "group_name": "Enable"
- }
- ],
- "PersistentHistograms": [
- {
- "enable_features": [
- "PersistentHistograms"
- ],
- "group_name": "EnabledInMemory",
- "params": {
- "storage": "LocalMemory"
- }
- },
- {
- "enable_features": [
- "PersistentHistograms"
- ],
- "group_name": "EnabledOnDisk",
- "params": {
- "storage": "MappedFile"
- }
- }
- ],
- "QUIC": [
- {
- "group_name": "Enabled",
- "params": {
- "delay_tcp_race": "true"
- }
- }
- ],
- "SdchPersistence": [
- {
- "group_name": "Enabled"
- }
- ],
- "SecurityWarningIconUpdate": [
- {
- "enable_features": [
- "SecurityWarningIconUpdate"
- ],
- "group_name": "Enabled"
- },
- {
- "disable_features": [
- "SecurityWarningIconUpdate"
- ],
- "group_name": "Control"
- },
- {
- "group_name": "Default"
- }
- ],
- "SyncHttpContentCompression": [
- {
- "group_name": "Enabled"
- },
- {
- "group_name": "Disabled"
- }
- ],
- "TabSyncByRecency": [
- {
- "group_name": "Enabled"
- }
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698