| Index: chrome/browser/instant/instant_controller.h
|
| diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
|
| index 1482481fb3d9a7063742081c9f29ff1f2b4cb9af..66ced18a83a2f70ee1eb59d23a09125b5ec49571 100644
|
| --- a/chrome/browser/instant/instant_controller.h
|
| +++ b/chrome/browser/instant/instant_controller.h
|
| @@ -167,6 +167,10 @@ class InstantController : public InstantLoaderDelegate {
|
| return last_transition_type_;
|
| }
|
|
|
| + // Returns the current complete suggested text, or an empty string if there is
|
| + // no suggestion.
|
| + string16 GetCompleteSuggestedText();
|
| +
|
| // Returns true if we're showing results from a provider that supports the
|
| // instant API. See description of |MightSupportInstant| for how this
|
| // differs from actual loading state.
|
|
|