| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index b5c961121d20fec4c4b5794da6961a5618f6315e..b54952019be0b55229a8320792ad7e385f6ce91c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -749,6 +749,10 @@ const char kPreloadInstantSearch[] = "preload-instant-search";
|
| // Controls speculative prerendering of pages, and content prefetching. Both
|
| // are dispatched from <link rel=prefetch href=...> elements.
|
| const char kPrerender[] = "prerender";
|
| +// Trigger prerendering of pages from suggestions in the omnibox. Only has an
|
| +// effect when Instant is either disabled or restricted to search, and when
|
| +// prerender is enabled.
|
| +const char kPrerenderFromOmnibox[] = "prerender-from-omnibox";
|
| // These are the values the switch may have, as in "--prerender=auto".
|
| // auto: Allow field trial selection in both prerender and prefetch.
|
| const char kPrerenderSwitchValueAuto[] = "auto";
|
|
|