diff options
Diffstat (limited to 'chrome/browser/ui/search/instant_controller.h')
-rw-r--r-- | chrome/browser/ui/search/instant_controller.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/ui/search/instant_controller.h b/chrome/browser/ui/search/instant_controller.h index 716f37e..c9ead54 100644 --- a/chrome/browser/ui/search/instant_controller.h +++ b/chrome/browser/ui/search/instant_controller.h @@ -110,10 +110,6 @@ class InstantController : public InstantPage::Delegate, bool escape_pressed, bool is_keyword_search); - // Returns whether the Instant page currently being used will fetch its own - // completions. True for extended mode, unless using a local Instant page. - bool WillFetchCompletions() const; - // Releases and returns the NTP WebContents. May be NULL. Loads a new // WebContents for the NTP. scoped_ptr<content::WebContents> ReleaseNTPContents() WARN_UNUSED_RESULT; |