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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2903293002: [Android] Omnibox Placeholder Experiment (Closed)
Patch Set: cache experiment group instead of hint text Created 3 years, 7 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.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index d27dc81ab6c2269bacd27fc0ad57d1a54786d527..4cd3f1aa4e462c74d69af496d8da582403dc701d 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -456,6 +456,42 @@
]
}
],
+ "ClankOmniboxPlaceholderExperiment": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "SearchOrTypeUrl"
+ },
+ {
+ "name": "SearchOrTypeWebsiteName"
+ },
+ {
+ "name": "SearchTheWeb"
+ },
+ {
+ "name": "EnterASearchOrWebsite"
+ },
+ {
+ "name": "SearchNews"
+ },
+ {
+ "name": "SearchRecipes"
+ },
+ {
+ "name": "SearchWeather"
+ },
+ {
+ "name": "Blank"
+ },
+ {
+ "name": "Default"
+ }
+ ]
+ }
+ ],
"CopylessPaste": [
{
"platforms": [

Powered by Google App Engine
This is Rietveld 408576698