| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index e6e4089e6e26b1317f2962ed511016cb4aa60488..157944b7816af67508d273490f204ec277b840a6 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -34,6 +34,11 @@ const base::Feature kBackspaceGoesBackFeature {
|
| "BackspaceGoesBack", base::FEATURE_DISABLED_BY_DEFAULT
|
| };
|
|
|
| +// Enables or disables whether permission prompts are automatically blocked
|
| +// after the user has explicitly dismissed them too many times.
|
| +const base::Feature kBlockPromptsIfDismissedOften{
|
| + "BlockPromptsIfDismissedOften", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Experiment to disable small cross-origin content. (http://crbug.com/608886)
|
| const base::Feature kBlockSmallContent{"BlockSmallPluginContent",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|