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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2903293002: [Android] Omnibox Placeholder Experiment (Closed)
Patch Set: 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 c8532a684dbb52c3d49eb3744526bd27df208ca9..fa3d330c2cb8cb62ef984502cb7a041076a1293b 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -480,6 +480,17 @@ extern const char kOfflineAutoReloadVisibleOnlyDescription[];
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