| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 7cd2d31c48529d133fbdc28cee691ee9e226806e..eca253bfd79a7e31a76a2abdb06f3c829ee20b83 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -112,7 +112,7 @@ const base::Feature kCleanupToolUI{"CleanupToolUI",
|
| // Experiment to make Geolocation permissions in the omnibox and the default
|
| // search engine's search page consistent.
|
| const base::Feature kConsistentOmniboxGeolocation{
|
| - "ConsistentOmniboxGeolocation", base::FEATURE_DISABLED_BY_DEFAULT};
|
| + "ConsistentOmniboxGeolocation", base::FEATURE_ENABLED_BY_DEFAULT};
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
|
|