| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 9b496f86d293786ce9cfb0044049f353a8bf5fb8..2d3a3e2bb7cd036a849ac27a82d1052f2c7bef97 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -48,6 +48,7 @@
|
| #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"
|
| @@ -830,6 +831,12 @@ const FeatureEntry kFeatureEntries[] = {
|
| ui::switches::kDisableDisplayColorCalibration),
|
| },
|
| {
|
| + "enable-quirks-client",
|
| + IDS_FLAGS_ENABLE_QUIRKS_CLIENT_NAME,
|
| + IDS_FLAGS_ENABLE_QUIRKS_CLIENT_DESCRIPTION, kOsCrOS,
|
| + SINGLE_VALUE_TYPE(quirks::switches::kEnableQuirksClient),
|
| + },
|
| + {
|
| "ash-disable-screen-orientation-lock",
|
| IDS_FLAGS_ASH_SCREEN_ORIENTATION_LOCK_NAME,
|
| IDS_FLAGS_ASH_SCREEN_ORIENTATION_LOCK_DESCRIPTION, kOsCrOS,
|
|
|