Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 70b3a5d0047936929e00c061df63c3949f2ecea3..2fec172e66216052138af0d2499f070a1912ec1a 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -1468,6 +1468,14 @@ const Experiment kExperiments[] = { |
kOsAll, |
SINGLE_VALUE_TYPE(switches::kEnableResetProfileSettings) |
}, |
+ { |
+ "high-dpi-support", |
+ IDS_FLAGS_HIDPI_NAME, |
+ IDS_FLAGS_HIDPI_DESCRIPTION, |
+ kOsWin, |
+ ENABLE_DISABLE_VALUE_TYPE_AND_VALUE(switches::kHighDPISupport,"1", |
+ switches::kHighDPISupport,"0") |
+ }, |
}; |
const Experiment* experiments = kExperiments; |