Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index 525a739db96a186633875de0fae856f568df19a8..375cdf415bfb9e3e9b5bec26be7d7b2eb353959b 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -3032,6 +3032,12 @@ const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] = |
"Elides the path, query, and ref of suggested URLs in the Omnibox " |
"dropdown."; |
+const char kOmniboxSpareRendererName[] = |
+ "Start spare renderer on omnibox focus"; |
+const char kOmniboxSpareRendererDescription[] = |
+ "When the omnibox is focused, start an empty spare renderer. This can " |
+ "speed up the load of the navigation from the omnibox."; |
+ |
const char kOmniboxUIHideSuggestionUrlSchemeName[] = |
"Omnibox UI Hide Suggestion URL Scheme"; |
const char kOmniboxUIHideSuggestionUrlSchemeDescription[] = |