| 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[];
|
|
|
|
|