| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index c8317f2d2804dd5670dbf934bf91927da1c8d64b..eb692fcb11064b90b72c97a7e51b79323ba62ffa 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -28,6 +28,12 @@ const base::Feature kBackgroundModeAllowRestart{
|
| "BackgroundModeAllowRestart", base::FEATURE_DISABLED_BY_DEFAULT};
|
| #endif // defined(OS_WIN) || defined(OS_LINUX)
|
|
|
| +// Enables the Backspace key to navigate back in the browser, as well as
|
| +// Shift+Backspace to navigate forward.
|
| +const base::Feature kBackspaceGoesBackFeature {
|
| + "BackspaceGoesBack", 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};
|
|
|