Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index 6e36f8bd4ee4aa839ffb59d388c0a78f79a990bc..fa9bab0585ab8a8573ede754fd38b422033658e6 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -188,10 +188,6 @@ extern const base::Feature kAcknowledgeNtpOverrideOnDeactivate{ |
"AcknowledgeNtpOverrideOnDeactivate", base::FEATURE_DISABLED_BY_DEFAULT}; |
#endif |
-// Enables or disables the Material Design version of chrome://history. |
-const base::Feature kMaterialDesignHistory{"MaterialDesignHistory", |
- base::FEATURE_ENABLED_BY_DEFAULT}; |
- |
// The material redesign of the Incognito NTP. |
const base::Feature kMaterialDesignIncognitoNTP{ |
"MaterialDesignIncognitoNTP", base::FEATURE_DISABLED_BY_DEFAULT}; |