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

Unified Diff: chrome/common/chrome_features.cc

Issue 2166693002: [MD Settings] PROOF OF CONCEPT - DO NOT LAND - URL rewrite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index 6b511d1a0ce8a59c4e4b7fcf5ec769eb6db459e1..0548766eace61d4f5dd05758dcea23d421e4bf87 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -97,3 +97,7 @@ const base::Feature kOptInImeMenu{"OptInImeMenu",
#endif // defined(OS_CHROMEOS)
} // namespace features
+
+bool UsesMdSettings() {
+ return base::FeatureList::IsEnabled(features::kMaterialDesignSettingsFeature);
+}

Powered by Google App Engine
This is Rietveld 408576698