Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: chrome/common/chrome_features.cc

Issue 2271533005: MD History: Disable by default (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index 929ad70f4a151549d7b6125fbf40d1db83515c70..4a6612e252f0ebb93105a98691ece03db517db43 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -95,7 +95,7 @@ const base::Feature kPushMessagingBackgroundMode{
// Enables or disables the Material Design version of chrome://history.
const base::Feature kMaterialDesignHistory{
- "MaterialDesignHistory", base::FEATURE_ENABLED_BY_DEFAULT};
+ "MaterialDesignHistory", base::FEATURE_DISABLED_BY_DEFAULT};
// Enables or disables the Material Design version of chrome://settings.
// Also affects chrome://help.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698