| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index d64fedb38ca43d6843e65cb95936c78b95888fac..3ff0991277ca419cabf0c382c99a86e47767f10a 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -52,7 +52,6 @@
|
| #include "components/search/search_switches.h"
|
| #include "components/security_state/switches.h"
|
| #include "components/signin/core/common/signin_switches.h"
|
| -#include "components/spellcheck/common/spellcheck_switches.h"
|
| #include "components/ssl_config/ssl_config_switches.h"
|
| #include "components/sync_driver/sync_driver_switches.h"
|
| #include "components/tracing/common/tracing_switches.h"
|
| @@ -1237,13 +1236,6 @@ const FeatureEntry kFeatureEntries[] = {
|
| SINGLE_DISABLE_VALUE_TYPE(
|
| switches::kDisableHideInactiveStackedTabCloseButtons)},
|
| #endif
|
| -#if defined(ENABLE_SPELLCHECK)
|
| - {"enable-spelling-feedback-field-trial",
|
| - IDS_FLAGS_SPELLING_FEEDBACK_FIELD_TRIAL_NAME,
|
| - IDS_FLAGS_SPELLING_FEEDBACK_FIELD_TRIAL_DESCRIPTION, kOsAll,
|
| - SINGLE_VALUE_TYPE(
|
| - spellcheck::switches::kEnableSpellingFeedbackFieldTrial)},
|
| -#endif
|
| {"enable-webgl-draft-extensions", IDS_FLAGS_WEBGL_DRAFT_EXTENSIONS_NAME,
|
| IDS_FLAGS_WEBGL_DRAFT_EXTENSIONS_DESCRIPTION, kOsAll,
|
| SINGLE_VALUE_TYPE(switches::kEnableWebGLDraftExtensions)},
|
|
|