diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-27 13:38:15 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-27 13:38:15 +0000 |
commit | b2fe1859600335e852fc78b7361a7388c94f52db (patch) | |
tree | d0d9d89bac742cb6be162b8a55608674a82b2b8e /chrome/browser/ui/browser_instant_controller.cc | |
parent | ed671cfc9cb1fe1b856e761b8e1249694334484f (diff) | |
download | chromium_src-b2fe1859600335e852fc78b7361a7388c94f52db.zip chromium_src-b2fe1859600335e852fc78b7361a7388c94f52db.tar.gz chromium_src-b2fe1859600335e852fc78b7361a7388c94f52db.tar.bz2 |
Revert 219700 "InstantExtended: Simplified Instant search."
> InstantExtended: Simplified Instant search.
>
> Enables result page to prefetch results for certain search suggestions via field trial.
>
> Omnibox suggest response includes metadata regarding the prefetch query. SearchProvider parses the suggest response and records the additional details in AutocompleteMatch. When the user types in the omnibox, browser sends a message to the renderer to set the prefetch query on the server which in turn sends the prefetched search results back to Chrome.
>
> BUG=256857
> TEST=none
>
> Review URL: https://chromiumcodereview.appspot.com/19772008
TBR=kmadhusu@chromium.org
Review URL: https://codereview.chromium.org/23511003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219781 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_instant_controller.cc')
-rw-r--r-- | chrome/browser/ui/browser_instant_controller.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/ui/browser_instant_controller.cc b/chrome/browser/ui/browser_instant_controller.cc index 662eca7..2e6c12df2 100644 --- a/chrome/browser/ui/browser_instant_controller.cc +++ b/chrome/browser/ui/browser_instant_controller.cc @@ -240,11 +240,6 @@ void BrowserInstantController::SetOmniboxBounds(const gfx::Rect& bounds) { instant_.SetOmniboxBounds(bounds); } -void BrowserInstantController::SetSuggestionToPrefetch( - const InstantSuggestion& suggestion) { - instant_.SetSuggestionToPrefetch(suggestion); -} - void BrowserInstantController::ToggleVoiceSearch() { instant_.ToggleVoiceSearch(); } |