| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 1b28cc46fb9fc3ddb183c067485802f96b2543bc..a9b9694fcc6a092e297c8b1f5a0c9a6fbd338878 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -80,7 +80,6 @@
|
| #include "chrome/browser/ui/browser_init.h"
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager_backend.h"
|
| #include "chrome/browser/ui/webui/ntp/new_tab_ui.h"
|
| -#include "chrome/browser/ui/webui/sync_promo/sync_promo_trial.h"
|
| #include "chrome/common/child_process_logging.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| @@ -1028,7 +1027,6 @@ void ChromeBrowserMainParts::SetupFieldTrials(bool metrics_recording_enabled,
|
| DefaultAppsFieldTrial();
|
| AutoLaunchChromeFieldTrial();
|
| AutocompleteFieldTrial::Activate();
|
| - sync_promo_trial::Activate();
|
| NewTabUI::SetupFieldTrials();
|
| }
|
|
|
|
|