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

Unified Diff: chrome/common/chrome_features.cc

Issue 2048553002: MD History: Enable by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment Created 4 years, 6 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 | « chrome/browser/ui/webui/md_history_ui.cc ('k') | 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 261dab47b65f8a4f3cfd908069f395988f33c394..ba13d0b02be987bb8755fc0f2b97a586196b21dd 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -55,7 +55,7 @@ const base::Feature kLinuxObsoleteSystemIsEndOfTheLine{
// Enables or disables the Material Design version of chrome://history.
const base::Feature kMaterialDesignHistoryFeature {
- "MaterialDesignHistory", base::FEATURE_DISABLED_BY_DEFAULT
+ "MaterialDesignHistory", base::FEATURE_ENABLED_BY_DEFAULT
};
#if defined(OS_CHROMEOS)
« no previous file with comments | « chrome/browser/ui/webui/md_history_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698