| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index d07f061fe12d36711b4defb63d824ccb0197229e..5ba0a79913e6f804da3c282f46e08847e415b9ae 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -337,12 +337,12 @@ const base::Feature kUseGoogleLocalNtp{"UseGoogleLocalNtp",
|
| // Experiment to use grouped permission infobars which could show and handle
|
| // multiple permission requests.
|
| const base::Feature kUseGroupedPermissionInfobars{
|
| - "UseGroupedPermissionInfobars", base::FEATURE_DISABLED_BY_DEFAULT};
|
| + "UseGroupedPermissionInfobars", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| // Feature to use the PermissionManager to show prompts for WebRTC permission
|
| // requests.
|
| const base::Feature kUsePermissionManagerForMediaRequests{
|
| - "UsePermissionManagerForMediaRequests", base::FEATURE_DISABLED_BY_DEFAULT};
|
| + "UsePermissionManagerForMediaRequests", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| #if defined(OS_CHROMEOS)
|
| // Enables or disables the opt-in IME menu in the language settings page.
|
|
|