summaryrefslogtreecommitdiffstats
path: root/components/search/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/search/search.h')
-rw-r--r--components/search/search.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/search/search.h b/components/search/search.h
index df27e60..6cc7927 100644
--- a/components/search/search.h
+++ b/components/search/search.h
@@ -54,6 +54,11 @@ 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_