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 b3784d6f98c1ba089574c91cdfd1d091ee9ff6e0..ac1cfe273b84f8546ef051f94cbb6783895375d8 100644 |
--- a/chrome/browser/chrome_browser_field_trials_desktop.cc |
+++ b/chrome/browser/chrome_browser_field_trials_desktop.cc |
@@ -13,7 +13,6 @@ |
#include "base/strings/string_util.h" |
#include "chrome/browser/auto_launch_trial.h" |
#include "chrome/browser/google/google_brand.h" |
-#include "chrome/browser/omnibox/omnibox_field_trial.h" |
#include "chrome/browser/prerender/prerender_field_trial.h" |
#include "chrome/browser/profiles/profiles_state.h" |
#include "chrome/browser/safe_browsing/safe_browsing_blocking_page.h" |
@@ -121,7 +120,6 @@ void SetupDesktopFieldTrials(const CommandLine& parsed_command_line, |
PrefService* local_state) { |
prerender::ConfigurePrerender(parsed_command_line); |
AutoLaunchChromeFieldTrial(); |
- OmniboxFieldTrial::ActivateStaticTrials(); |
SetupInfiniteCacheFieldTrial(); |
DisableShowProfileSwitcherTrialIfNecessary(); |
SetupShowAppLauncherPromoFieldTrial(local_state); |