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

Unified Diff: chrome/common/chrome_features.cc

Issue 2613803005: [win] Enable ModuleDatabase behind a flag. (Closed)
Patch Set: Created 3 years, 11 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 443599c4761dd4573b28dd4f230740263acc9fd0..5a064685e031f1845185d6549fe0e5511654d0e7 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -140,6 +140,12 @@ const base::Feature kMediaRemotingEncrypted{"MediaRemotingEncrypted",
const base::Feature kModalPermissionPrompts{"ModalPermissionPrompts",
base::FEATURE_DISABLED_BY_DEFAULT};
+#if defined(OS_WIN)
+// Enables or disables the ModuleDatabase backend for the conflicts UI.
+const base::Feature kModuleDatabase{"ModuleDatabase",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+#endif
+
// Enables the use of native notification centers instead of using the Message
// Center for displaying the toasts.
#if defined(OS_MACOSX)

Powered by Google App Engine
This is Rietveld 408576698