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

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

Issue 2282273002: Remove the obsolete MinidumpDirectoryObserver experiment. (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 } 191 }
192 ], 192 ],
193 "MainFrameBeforeActivation": [ 193 "MainFrameBeforeActivation": [
194 { 194 {
195 "enable_features": [ 195 "enable_features": [
196 "MainFrameBeforeActivation" 196 "MainFrameBeforeActivation"
197 ], 197 ],
198 "group_name": "Enabled" 198 "group_name": "Enabled"
199 } 199 }
200 ], 200 ],
201 "MinidumpDirectoryObserver": [
202 {
203 "group_name": "ObserverExperimentGroup",
204 "params": {
205 "Enabled": "true"
206 }
207 }
208 ],
209 "ModerateBindingOnBackgroundTabCreation": [ 201 "ModerateBindingOnBackgroundTabCreation": [
210 { 202 {
211 "group_name": "Enabled" 203 "group_name": "Enabled"
212 } 204 }
213 ], 205 ],
214 "MojoChannel": [ 206 "MojoChannel": [
215 { 207 {
216 "group_name": "Enabled" 208 "group_name": "Enabled"
217 } 209 }
218 ], 210 ],
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 ], 585 ],
594 "use-new-media-cache": [ 586 "use-new-media-cache": [
595 { 587 {
596 "enable_features": [ 588 "enable_features": [
597 "use-new-media-cache" 589 "use-new-media-cache"
598 ], 590 ],
599 "group_name": "Enabled" 591 "group_name": "Enabled"
600 } 592 }
601 ] 593 ]
602 } 594 }
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698