From e17511f321a7914334a5054aeb71f31685052d5d Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Wed, 13 Jul 2011 14:09:18 +0000 Subject: Makes past searches autocomplete when in keyword mode. BUG=89160 TEST=do a search using a keyword, repeat and see that as you start typing after the keyword you get autocompleted R=pkasting@chromium.org Review URL: http://codereview.chromium.org/7330006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92360 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/autocomplete/autocomplete.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/autocomplete/autocomplete.h') diff --git a/chrome/browser/autocomplete/autocomplete.h b/chrome/browser/autocomplete/autocomplete.h index ee73d69..1cbc3fc 100644 --- a/chrome/browser/autocomplete/autocomplete.h +++ b/chrome/browser/autocomplete/autocomplete.h @@ -112,6 +112,7 @@ // // QUERY input type: // --------------------------------------------------------------------|----- +// Search Primary or Secondary (past query in history within 2 days) | 1599** // Keyword (non-substituting or in keyword UI mode, exact match) | 1500 // Keyword (substituting, exact match) | 1450 // Extension App (exact match) | 1425 -- cgit v1.1