Chromium Code Reviews| Index: chrome/browser/autocomplete/autocomplete_match.h |
| diff --git a/chrome/browser/autocomplete/autocomplete_match.h b/chrome/browser/autocomplete/autocomplete_match.h |
| index 07a73872175d6ed072ed01bc8e16542dea58d888..717902918944419e668985e8fc19515ea3103efb 100644 |
| --- a/chrome/browser/autocomplete/autocomplete_match.h |
| +++ b/chrome/browser/autocomplete/autocomplete_match.h |
| @@ -162,6 +162,10 @@ struct AutocompleteMatch { |
| // an extension). |
| static bool IsSearchType(Type type); |
| + // Convenience function to check if |type| is a special search suggest type - |
| + // like entity, personalized, profile or postfix. |
| + static bool IsSearchSuggestType(Type type); |
|
Peter Kasting
2014/03/21 18:36:26
This sounds from the name like it should return tr
Anuj
2014/03/24 07:16:16
Done.
|
| + |
| // Copies the destination_url with "www." stripped off to |
| // |stripped_destination_url| and also converts https protocol to |
| // http. These two conversions are merely to allow comparisons to |