| Index: components/search/search.h
|
| diff --git a/components/search/search.h b/components/search/search.h
|
| index 9558ee8b95b17165be9818ae8d07f8208f0e2061..0a7a55b89473a5fa4d6c302acd61b11e3dc788f5 100644
|
| --- a/components/search/search.h
|
| +++ b/components/search/search.h
|
| @@ -55,11 +55,6 @@ bool GetBoolValueForFlagWithDefault(const std::string& flag,
|
| bool default_value,
|
| const FieldTrialFlags& flags);
|
|
|
| -// Returns true if 'hide_verbatim' flag is enabled in field trials
|
| -// to hide the top match in the native suggestions dropdown if it is a verbatim
|
| -// match. See comments on ShouldHideTopMatch in autocomplete_result.h.
|
| -bool ShouldHideTopVerbatimMatch();
|
| -
|
| } // namespace chrome
|
|
|
| #endif // COMPONENTS_SEARCH_SEARCH_H_
|
|
|