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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.json

Issue 1668523002: [Password Manager] Switch password manager code to use the Feature framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes to fieldtrial_testing_config_*.json Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "AffiliationBasedMatching": [
vabr (Chromium) 2016/02/26 09:43:41 I don't think we want this feature turned off on t
Pritam Nikam 2016/02/26 12:42:23 Acknowledged.
3 {
4 "group_name": "Disabled",
5 "params": {
6 "propagate_password_changes_to_web": "Disabled"
7 }
8 }
9 ],
2 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
3 { 11 {
4 "group_name": "Disabled" 12 "group_name": "Disabled"
5 } 13 }
6 ], 14 ],
7 "AsyncDns": [ 15 "AsyncDns": [
8 { 16 {
9 "group_name": "AsyncDnsA" 17 "group_name": "AsyncDnsA"
10 }, 18 },
11 { 19 {
(...skipping 22 matching lines...) Expand all
34 { 42 {
35 "group_name": "EnabledLimitTo3", 43 "group_name": "EnabledLimitTo3",
36 "params": { 44 "params": {
37 "limit": "3" 45 "limit": "3"
38 } 46 }
39 }, 47 },
40 { 48 {
41 "group_name": "Enabled" 49 "group_name": "Enabled"
42 } 50 }
43 ], 51 ],
52 "AutofillSyncCredential": [
vabr (Chromium) 2016/02/26 09:43:41 I also do not see a point in having this override
Pritam Nikam 2016/02/26 12:42:23 Acknowledged.
53 {
54 "group_name": "DisallowSyncCredentials"
55 },
56 {
57 "group_name": "DisallowSyncCredentialsForReauth"
58 }
59 ],
44 "ChromotingQUIC": [ 60 "ChromotingQUIC": [
45 { 61 {
46 "group_name": "Enabled" 62 "group_name": "Enabled"
47 } 63 }
48 ], 64 ],
49 "ContextualSearch": [ 65 "ContextualSearch": [
50 { 66 {
51 "group_name": "OptOut", 67 "group_name": "OptOut",
52 "params": { 68 "params": {
53 "enabled": "true" 69 "enabled": "true"
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "PageRevisitInstrumentation": [ 217 "PageRevisitInstrumentation": [
202 { 218 {
203 "group_name": "Enabled" 219 "group_name": "Enabled"
204 } 220 }
205 ], 221 ],
206 "PasswordBranding": [ 222 "PasswordBranding": [
207 { 223 {
208 "group_name": "SmartLockBrandingSavePromptOnly" 224 "group_name": "SmartLockBrandingSavePromptOnly"
209 } 225 }
210 ], 226 ],
227 "PasswordManagerDropSyncCredential": [
vabr (Chromium) 2016/02/26 09:43:41 Please drop this one as well, for the same reasons
Pritam Nikam 2016/02/26 12:42:23 Acknowledged.
228 {
229 "group_name": "Enabled"
230 },
231 {
232 "group_name": "Disabled"
233 }
234 ],
211 "PhysicalWeb": [ 235 "PhysicalWeb": [
212 { 236 {
213 "group_name": "Enabled" 237 "group_name": "Enabled"
214 } 238 }
215 ], 239 ],
216 "Precache": [ 240 "Precache": [
217 { 241 {
218 "group_name": "Enabled" 242 "group_name": "Enabled"
219 } 243 }
220 ], 244 ],
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 ], 458 ],
435 "use-new-media-cache": [ 459 "use-new-media-cache": [
436 { 460 {
437 "enable_features": [ 461 "enable_features": [
438 "use-new-media-cache" 462 "use-new-media-cache"
439 ], 463 ],
440 "group_name": "Enabled" 464 "group_name": "Enabled"
441 } 465 }
442 ] 466 ]
443 } 467 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698