Extend scope of kOmniboxRichEntitySuggestions flag.

This change enables kOmniboxRichEntitySuggestions flag to modify presentation of
Omnibox suggestions also on Android devices.

Bug: 930349
Change-Id: I759f3cbf2ef3407bae00fdd7fb8e8591b637cbc7
Reviewed-on: https://chromium-review.googlesource.com/c/1461544
Commit-Queue: Ender <[email protected]>
Reviewed-by: Justin Donnelly <[email protected]>
Auto-Submit: Ender <[email protected]>
Cr-Commit-Position: refs/heads/master@{#630814}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index d7e500e1..8c579f4c 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -841,6 +841,9 @@
 extern const char kOmniboxNewAnswerLayoutName[];
 extern const char kOmniboxNewAnswerLayoutDescription[];
 
+extern const char kOmniboxRichEntitySuggestionsName[];
+extern const char kOmniboxRichEntitySuggestionsDescription[];
+
 extern const char kOmniboxSpareRendererName[];
 extern const char kOmniboxSpareRendererDescription[];
 
@@ -1702,9 +1705,6 @@
 extern const char kOmniboxReverseAnswersName[];
 extern const char kOmniboxReverseAnswersDescription[];
 
-extern const char kOmniboxRichEntitySuggestionsName[];
-extern const char kOmniboxRichEntitySuggestionsDescription[];
-
 extern const char kOmniboxTabSwitchSuggestionsName[];
 extern const char kOmniboxTabSwitchSuggestionsDescription[];