summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/history_provider.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-20 15:25:43 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-20 15:25:43 +0000
commit881cfbbc6732ee53272c6ae4acb46e5d26f3012a (patch)
tree5a71a7e5a5f15b72f3f6534ea0535cd6525c3ba0 /chrome/browser/autocomplete/history_provider.h
parent7dbf101e26ceee5085c2932ccec78148fffad8f9 (diff)
downloadchromium_src-881cfbbc6732ee53272c6ae4acb46e5d26f3012a.zip
chromium_src-881cfbbc6732ee53272c6ae4acb46e5d26f3012a.tar.gz
chromium_src-881cfbbc6732ee53272c6ae4acb46e5d26f3012a.tar.bz2
Makes intranet urls autocomplete again. This patch gives the relevance
that such sites had in the past. The other key it does it to make sure FixupExactSuggestion returns false so that we don't use the what you typed match. BUG=94805 TEST=see bug R=pkasting@chromium.org Review URL: http://codereview.chromium.org/7756020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101959 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete/history_provider.h')
-rw-r--r--chrome/browser/autocomplete/history_provider.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/autocomplete/history_provider.h b/chrome/browser/autocomplete/history_provider.h
index 87eb9da..231a7b1 100644
--- a/chrome/browser/autocomplete/history_provider.h
+++ b/chrome/browser/autocomplete/history_provider.h
@@ -24,12 +24,6 @@ class HistoryProvider : public AutocompleteProvider {
virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE;
protected:
- enum MatchType {
- NORMAL,
- WHAT_YOU_TYPED,
- INLINE_AUTOCOMPLETE
- };
-
HistoryProvider(ACProviderListener* listener,
Profile* profile,
const char* name);