| Index: chrome/browser/search/search.h
|
| diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
|
| index f5fa06cc18ffdd2977626ff0c83291118ef209c2..170a82326717ef8e9392365ad51d1d96d777cbef 100644
|
| --- a/chrome/browser/search/search.h
|
| +++ b/chrome/browser/search/search.h
|
| @@ -74,6 +74,9 @@ bool IsInstantExtendedAPIEnabled();
|
| // Returns whether the suggest is enabled for the given |profile|.
|
| bool IsSuggestPrefEnabled(Profile* profile);
|
|
|
| +// Returns whether Answers in Suggest is enabled.
|
| +bool IsAnswersInSuggestEnabled();
|
| +
|
| // Returns the value to pass to the &espv CGI parameter when loading the
|
| // embedded search page from the user's default search provider. Returns 0 if
|
| // the Instant Extended API is not enabled.
|
|
|