[OsSettingsDeepLinking] Fix flag typo and add IsDeepLinkingEnabled()
Change-Id: Ifd63251a67ae9fe31e3d46f5e80a4dd54f7bd0be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288203
Commit-Queue: Daniel Classon <[email protected]>
Reviewed-by: Kyle Horimoto <[email protected]>
Cr-Commit-Position: refs/heads/master@{#786493}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 59c8d09..237ddfcf 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -5431,7 +5431,7 @@
FEATURE_VALUE_TYPE(chromeos::features::kNewOsSettingsSearch)},
{"os-settings-deep-linking", flag_descriptions::kOsSettingsDeepLinkingName,
flag_descriptions::kOsSettingsDeepLinkingDescription, kOsCrOS,
- FEATURE_VALUE_TYPE(chromeos::features::kNewOsSettingsSearch)},
+ FEATURE_VALUE_TYPE(chromeos::features::kOsSettingsDeepLinking)},
{"dlc-settings-ui", flag_descriptions::kDlcSettingsUiName,
flag_descriptions::kDlcSettingsUiDescription, kOsCrOS,
FEATURE_VALUE_TYPE(chromeos::features::kDlcSettingsUi)},