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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2903293002: [Android] Omnibox Placeholder Experiment (Closed)
Patch Set: fix some naming issues 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: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index a7b0869f7cbd8e6862a04c6ba745b9734c452ef1..363e7d87c39877d0451c7424979827d68f6211af 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -491,6 +491,17 @@ extern const char kOffMainThreadFetchDescription[];
extern const char kOmniboxDisplayTitleForCurrentUrlName[];
extern const char kOmniboxDisplayTitleForCurrentUrlDescription[];
+extern const char kOmniboxPlaceholderExperimentName[];
+extern const char kOmniboxPlaceholderExperimentDescription[];
+extern const char kOmniboxPlaceholderExperimentSearchOrTypeUrl[];
+extern const char kOmniboxPlaceholderExperimentSearchOrTypeWebsiteName[];
+extern const char kOmniboxPlaceholderExperimentSearchTheWeb[];
+extern const char kOmniboxPlaceholderExperimentEnterASearchOrWebsite[];
+extern const char kOmniboxPlaceholderExperimentSearchNews[];
+extern const char kOmniboxPlaceholderExperimentSearchRecipes[];
+extern const char kOmniboxPlaceholderExperimentSearchWeather[];
+extern const char kOmniboxPlaceholderExperimentBlank[];
+
extern const char kOmniboxUIMaxAutocompleteMatchesName[];
extern const char kOmniboxUIMaxAutocompleteMatchesDescription[];

Powered by Google App Engine
This is Rietveld 408576698