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

Unified Diff: chrome/browser/chrome_browser_field_trials_desktop.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
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_win.h » ('j') | chrome/browser/chrome_browser_main_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_field_trials_desktop.cc
diff --git a/chrome/browser/chrome_browser_field_trials_desktop.cc b/chrome/browser/chrome_browser_field_trials_desktop.cc
index 3634168cb7e1cd3d842b0b3815c087b7e1a34004..b57e7fbe4a83a72bfb3ea630984932a3ce340472 100644
--- a/chrome/browser/chrome_browser_field_trials_desktop.cc
+++ b/chrome/browser/chrome_browser_field_trials_desktop.cc
@@ -20,6 +20,7 @@
#include "base/path_service.h"
#include "chrome/browser/features.h"
#include "chrome/browser/prerender/prerender_field_trial.h"
+#include "chrome/common/chrome_features.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_switches.h"
#include "components/browser_watcher/features.h"
@@ -147,6 +148,7 @@ void SetupDesktopFieldTrials() {
SetupStunProbeTrial();
#if defined(OS_WIN)
SetupStabilityDebugging();
+ base::FeatureList::IsEnabled(features::kModuleDatabase);
grt (UTC plus 2) 2017/01/06 09:44:57 apologies if this is a silly question, but why isn
chrisha 2017/01/10 21:01:45 AFAIK it's not a big deal, it's just that the earl
#endif // defined(OS_WIN)
// Activate the experiment as early as possible to increase its visibility
// (e.g. the likelihood of its presence in the serialized system profile).
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_win.h » ('j') | chrome/browser/chrome_browser_main_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698