summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_match.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_match.h')
-rw-r--r--chrome/browser/autocomplete/autocomplete_match.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_match.h b/chrome/browser/autocomplete/autocomplete_match.h
index 81ac840..fbf8355 100644
--- a/chrome/browser/autocomplete/autocomplete_match.h
+++ b/chrome/browser/autocomplete/autocomplete_match.h
@@ -177,8 +177,8 @@ struct AutocompleteMatch {
// Type of this match.
Type type;
- // If this match corresponds to a keyword, this is the TemplateURL the
- // keyword was obtained from.
+ // Indicates the TemplateURL the match originated from. This is set for
+ // keywords as well as matches for the default search provider.
const TemplateURL* template_url;
// True if the user has starred the destination URL.