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

Unified Diff: chrome/browser/about_flags.cc

Issue 10254011: Add flag to experiments to force high DPI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 1224ff5c43c0939812d1db9dcde85e8f973acca0..7c05f82a8400f5dc17ac4ef414bea6bf0585741f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -663,6 +663,13 @@ const Experiment kExperiments[] = {
IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION,
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnablePlatformApps)
+ },
+ {
+ "default-device-scale-factor",
+ IDS_FLAGS_FORCE_HIGH_DPI_NAME,
+ IDS_FLAGS_FORCE_HIGH_DPI_DESCRIPTION,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE_AND_VALUE(switches::kDefaultDeviceScaleFactor, "2")
}
};

Powered by Google App Engine
This is Rietveld 408576698