Rename IdnNavigationSuggestions feature to LookalikeUrlNavigationSuggestions
Also rename any related classes. In the future we might show suggestions for
non-IDN navigations as well, this is to prepare for that.
Bug: 843361,847662
Change-Id: Id614decdc1b108923d6934c66b99274a2477e0a3
Reviewed-on: https://chromium-review.googlesource.com/1187227
Commit-Queue: Mustafa Emre Acer <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Reviewed-by: Steven Holte <[email protected]>
Reviewed-by: Tommy Li <[email protected]>
Cr-Commit-Position: refs/heads/master@{#587283}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 103935d4..2e2d212 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -650,9 +650,6 @@
extern const char kIconNtpName[];
extern const char kIconNtpDescription[];
-extern const char kIdnNavigationSuggestionsName[];
-extern const char kIdnNavigationSuggestionsDescription[];
-
extern const char kIgnoreGpuBlacklistName[];
extern const char kIgnoreGpuBlacklistDescription[];
@@ -689,6 +686,9 @@
extern const char kLoadMediaRouterComponentExtensionName[];
extern const char kLoadMediaRouterComponentExtensionDescription[];
+extern const char kLookalikeUrlNavigationSuggestionsName[];
+extern const char kLookalikeUrlNavigationSuggestionsDescription[];
+
extern const char kMacViewsAutofillPopupName[];
extern const char kMacViewsAutofillPopupDescription[];