Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index 62a3c149e56594174baa347a2cbf21d8eed228f2..ee888bd65a388f01e866a7f4924e9234abe69969 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -107,6 +107,11 @@ const base::Feature kLinuxObsoleteSystemIsEndOfTheLine{ |
"LinuxObsoleteSystemIsEndOfTheLine", base::FEATURE_DISABLED_BY_DEFAULT}; |
#endif |
+// Enables or disables the Location Settings Dialog (LSD). The LSD is an Android |
+// system-level geolocation permission prompt. |
+const base::Feature kLsdPermissionPrompt{"LsdPermissionPrompt", |
+ base::FEATURE_DISABLED_BY_DEFAULT}; |
+ |
// Enables or disables the Material Design version of chrome://bookmarks. |
const base::Feature kMaterialDesignBookmarks{"MaterialDesignBookmarks", |
base::FEATURE_DISABLED_BY_DEFAULT}; |