| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index a0da3c1d6e7a9573c908f87e948343f7f5e6dc27..0d1975b9fc5089f15379fa19ecd4a170ba014214 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -49,7 +49,6 @@
|
| #include "components/omnibox/browser/omnibox_switches.h"
|
| #include "components/password_manager/core/common/password_manager_features.h"
|
| #include "components/proximity_auth/switches.h"
|
| -#include "components/quirks/switches.h"
|
| #include "components/search/search_switches.h"
|
| #include "components/security_state/switches.h"
|
| #include "components/signin/core/common/signin_switches.h"
|
| @@ -865,11 +864,6 @@ const FeatureEntry kFeatureEntries[] = {
|
| SINGLE_DISABLE_VALUE_TYPE(::switches::kDisableDisplayColorCalibration),
|
| },
|
| {
|
| - "disable-quirks-client", IDS_FLAGS_DISABLE_QUIRKS_CLIENT_NAME,
|
| - IDS_FLAGS_DISABLE_QUIRKS_CLIENT_DESCRIPTION, kOsCrOS,
|
| - SINGLE_VALUE_TYPE(quirks::switches::kDisableQuirksClient),
|
| - },
|
| - {
|
| "ash-disable-screen-orientation-lock",
|
| IDS_FLAGS_ASH_SCREEN_ORIENTATION_LOCK_NAME,
|
| IDS_FLAGS_ASH_SCREEN_ORIENTATION_LOCK_DESCRIPTION, kOsCrOS,
|
|
|