| Index: chrome/browser/ui/search/instant_search_prerenderer.h
|
| diff --git a/chrome/browser/ui/search/instant_search_prerenderer.h b/chrome/browser/ui/search/instant_search_prerenderer.h
|
| index dba90417772e424a779827ae8596849cecf83922..797bd5786227868139366ca9dc9116479935e914 100644
|
| --- a/chrome/browser/ui/search/instant_search_prerenderer.h
|
| +++ b/chrome/browser/ui/search/instant_search_prerenderer.h
|
| @@ -61,7 +61,8 @@ class InstantSearchPrerenderer {
|
|
|
| // Tells the Instant search base page to render the search results for the
|
| // given |query|.
|
| - void Commit(const base::string16& query);
|
| + void Commit(const base::string16& query,
|
| + const EmbeddedSearchRequestParams& params);
|
|
|
| // Returns true if the prerendered page can be used to process the search for
|
| // the given |source|.
|
|
|