diff options
Diffstat (limited to 'chrome/browser/instant/instant_controller.h')
-rw-r--r-- | chrome/browser/instant/instant_controller.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h index 66ced18..28cee8e 100644 --- a/chrome/browser/instant/instant_controller.h +++ b/chrome/browser/instant/instant_controller.h @@ -91,6 +91,10 @@ class InstantController : public InstantLoaderDelegate { // Disables instant. static void Disable(Profile* profile); + // Accepts the currently showing instant preview, if any, and returns true. + // Returns false if there is no instant preview showing. + static bool CommitIfCurrent(InstantController* controller); + // Invoked as the user types in the omnibox with the url to navigate to. If // the url is empty and there is a preview TabContents it is destroyed. If url // is non-empty and the preview TabContents has not been created it is @@ -198,7 +202,6 @@ class InstantController : public InstantLoaderDelegate { virtual void InstantLoaderDoesntSupportInstant(InstantLoader* loader); virtual void AddToBlacklist(InstantLoader* loader, const GURL& url); - private: friend class InstantTest; |