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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2929113002: Enable spare RenderProcessHost to be preinitialized. (Closed)
Patch Set: rebase Created 3 years, 5 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.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[] =

Powered by Google App Engine
This is Rietveld 408576698