summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_instant_controller.h
diff options
context:
space:
mode:
authorgab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-27 13:38:15 +0000
committergab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-27 13:38:15 +0000
commitb2fe1859600335e852fc78b7361a7388c94f52db (patch)
treed0d9d89bac742cb6be162b8a55608674a82b2b8e /chrome/browser/ui/browser_instant_controller.h
parented671cfc9cb1fe1b856e761b8e1249694334484f (diff)
downloadchromium_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.h')
-rw-r--r--chrome/browser/ui/browser_instant_controller.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
index 66598ef..8ddcb48 100644
--- a/chrome/browser/ui/browser_instant_controller.h
+++ b/chrome/browser/ui/browser_instant_controller.h
@@ -80,9 +80,6 @@ class BrowserInstantController : public SearchModelObserver {
// Sets the stored omnibox bounds.
void SetOmniboxBounds(const gfx::Rect& bounds);
- // Sets the current query to prefetch if any.
- void SetSuggestionToPrefetch(const InstantSuggestion& suggestion);
-
// Notifies |instant_| to toggle voice search.
void ToggleVoiceSearch();