Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index b5c961121d20fec4c4b5794da6961a5618f6315e..ac3dfe773505cdbef6be3a27e625ef30ef7ec6ca 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -759,6 +759,11 @@ const char kPrerenderSwitchValueEnabled[] = "enabled"; |
| // prefetch_only: No prerendering, but enable prefetching. |
| const char kPrerenderSwitchValuePrefetchOnly[] = "prefetch_only"; |
| +// 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"; |
|
sky
2011/06/20 18:15:54
Need sorted.
dominich
2011/06/20 18:40:00
Done.
|
| + |
| // Prints the pages on the screen. |
| const char kPrint[] = "print"; |