diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 12:01:43 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 12:01:43 +0000 |
commit | ffc44870db7ad9b179b27644c497e813221888e0 (patch) | |
tree | 86ae6a320d2f18c7fb2ce9cddb86bb7aa154a43c /chrome/browser/autocomplete/autocomplete_match.h | |
parent | b773963cde9a134fa712c63cced13fb7d1e81f13 (diff) | |
download | chromium_src-ffc44870db7ad9b179b27644c497e813221888e0.zip chromium_src-ffc44870db7ad9b179b27644c497e813221888e0.tar.gz chromium_src-ffc44870db7ad9b179b27644c497e813221888e0.tar.bz2 |
Implement a simple Extension App Omnibox provider.
BUG=52444
TEST=Install an App from the gallery, then type a substring from its name (or it's launch url) and see it appear as a suggestion in the Omnibox.
Review URL: http://codereview.chromium.org/6758031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80605 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_match.h')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_match.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_match.h b/chrome/browser/autocomplete/autocomplete_match.h index a376062..3067715 100644 --- a/chrome/browser/autocomplete/autocomplete_match.h +++ b/chrome/browser/autocomplete/autocomplete_match.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -128,10 +128,10 @@ struct AutocompleteMatch { // no provider (or memory of the user's selection). AutocompleteProvider* provider; - // The relevance of this match. See table above for scores returned by - // various providers. This is used to rank matches among all responding - // providers, so different providers must be carefully tuned to supply - // matches with appropriate relevance. + // The relevance of this match. See table in autocomplete.h for scores + // returned by various providers. This is used to rank matches among all + // responding providers, so different providers must be carefully tuned to + // supply matches with appropriate relevance. // // TODO(pkasting): http://b/1111299 This should be calculated algorithmically, // rather than being a fairly fixed value defined by the table above. |