| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index e6e4089e6e26b1317f2962ed511016cb4aa60488..ca2868e06d12d6d031889ee62fd581880ae3838b 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -43,6 +43,12 @@ const base::Feature kBlockSmallContent{"BlockSmallPluginContent",
|
| const base::Feature kBrowserHangFixesExperiment{
|
| "BrowserHangFixesExperiment", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +// Experiment to display a toggle allowing users to opt-out of persisting a
|
| +// Grant or Deny decision in a permission prompt.
|
| +const base::Feature kDisplayPersistenceToggleInPermissionPrompts{
|
| + "DisplayPersistenceToggleInPermissionPrompts",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Enables Expect CT reporting, which sends reports for opted-in sites
|
| // that don't serve sufficient Certificate Transparency information.
|
| const base::Feature kExpectCTReporting{"ExpectCTReporting",
|
|
|