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

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

Issue 2903293002: [Android] Omnibox Placeholder Experiment (Closed)
Patch Set: Created 3 years, 6 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "mac", 449 "mac",
450 "win" 450 "win"
451 ], 451 ],
452 "experiments": [ 452 "experiments": [
453 { 453 {
454 "name": "Enabled" 454 "name": "Enabled"
455 } 455 }
456 ] 456 ]
457 } 457 }
458 ], 458 ],
459 "ClankOmniboxPlaceholderExperiment": [
460 {
461 "platforms": [
462 "android"
463 ],
464 "experiments": [
465 {
466 "name": "SearchOrTypeUrl"
467 },
468 {
469 "name": "SearchOrTypeWebsiteName"
470 },
471 {
472 "name": "SearchTheWeb"
473 },
474 {
475 "name": "EnterASearchOrWebsite"
476 },
477 {
478 "name": "SearchNews"
479 },
480 {
481 "name": "SearchRecipes"
482 },
483 {
484 "name": "SearchWeather"
485 },
486 {
487 "name": "Blank"
488 },
489 {
490 "name": "Default"
491 }
492 ]
493 }
494 ],
459 "CopylessPaste": [ 495 "CopylessPaste": [
460 { 496 {
461 "platforms": [ 497 "platforms": [
462 "android" 498 "android"
463 ], 499 ],
464 "experiments": [ 500 "experiments": [
465 { 501 {
466 "name": "Enabled", 502 "name": "Enabled",
467 "enable_features": [ 503 "enable_features": [
468 "CopylessPaste" 504 "CopylessPaste"
(...skipping 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after
3365 { 3401 {
3366 "name": "Enabled", 3402 "name": "Enabled",
3367 "enable_features": [ 3403 "enable_features": [
3368 "use-new-media-cache" 3404 "use-new-media-cache"
3369 ] 3405 ]
3370 } 3406 }
3371 ] 3407 ]
3372 } 3408 }
3373 ] 3409 ]
3374 } 3410 }
OLDNEW
« chrome/browser/flag_descriptions.cc ('K') | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698