| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 09ba9415359f77552d6bd72ed17cfcf087385863..4907a89f8bc6ed9c0c290705874be55c90ca0b5e 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -47,6 +47,7 @@
|
| #include "components/password_manager/core/common/password_manager_features.h"
|
| #include "components/password_manager/core/common/password_manager_switches.h"
|
| #include "components/proximity_auth/switches.h"
|
| +#include "components/quirks_client/switches.h"
|
| #include "components/search/search_switches.h"
|
| #include "components/security_state/switches.h"
|
| #include "components/signin/core/common/signin_switches.h"
|
| @@ -843,6 +844,12 @@ const FeatureEntry kFeatureEntries[] = {
|
| ui::switches::kDisableDisplayColorCalibration),
|
| },
|
| {
|
| + "enable-display-quirks-client",
|
| + IDS_FLAGS_ENABLE_DISPLAY_QUIRKS_CLIENT_NAME,
|
| + IDS_FLAGS_ENABLE_DISPLAY_QUIRKS_CLIENT_DESCRIPTION, kOsCrOS,
|
| + SINGLE_VALUE_TYPE(quirks_client::switches::kEnableDisplayQuirksClient),
|
| + },
|
| + {
|
| "ash-disable-screen-orientation-lock",
|
| IDS_FLAGS_ASH_SCREEN_ORIENTATION_LOCK_NAME,
|
| IDS_FLAGS_ASH_SCREEN_ORIENTATION_LOCK_DESCRIPTION, kOsCrOS,
|
|
|