Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: chrome/browser/about_flags.cc

Issue 1528963002: Quirks Client for downloading and providing display profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove hacks for clean, but non-working, draft Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d62fb725f0447a49344269a60841ccb4dbf76a48..eb9f6d0d630c7785d5053914c96fc2e3af4e9fa9 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"
@@ -911,6 +912,13 @@ const FeatureEntry kFeatureEntries[] = {
SINGLE_DISABLE_VALUE_TYPE(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,

Powered by Google App Engine
This is Rietveld 408576698