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

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: Created 5 years 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 64ba5f852c413c71e31737b1301ce770e668a6d6..f7c1007c9a0684fe180a1537aaf2c4428257aba0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -983,6 +983,13 @@ const FeatureEntry kFeatureEntries[] = {
SINGLE_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(chromeos::switches::kEnableDisplayQuirksClient),
+ },
+ {
"ash-disable-screen-orientation-lock",
IDS_FLAGS_ASH_DISABLE_SCREEN_ORIENTATION_LOCK_NAME,
IDS_FLAGS_ASH_DISABLE_SCREEN_ORIENTATION_LOCK_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698