Index: components/search/search.h |
diff --git a/components/search/search.h b/components/search/search.h |
index df27e608350e1a384d557b0d8e4d94c314b9a56f..6cc792772502ef5bd415e4a0279c1bd18f37eb3c 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_ |