| Index: chrome/browser/instant/instant_controller.h
|
| diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
|
| index 3830fa97f29b50fb744aa05a2e806255b5c06458..442d802a4c94d8b2781b8698a48cd64807bef34d 100644
|
| --- a/chrome/browser/instant/instant_controller.h
|
| +++ b/chrome/browser/instant/instant_controller.h
|
| @@ -81,6 +81,9 @@ class InstantController {
|
| // Returns true if the Instant preview is showing a search results preview.
|
| bool IsPreviewingSearchResults() const;
|
|
|
| + // Returns true if an Instant-extended search is currently being done.
|
| + bool IsInstantExtendedSearch() const;
|
| +
|
| // If the preview is showing search results, commits the preview, calling
|
| // CommitInstant() on the browser, and returns true. Else, returns false.
|
| bool CommitIfPossible(InstantCommitType type);
|
|
|