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

Unified Diff: chrome/browser/about_flags.cc

Issue 12848004: Add shortcut keys to ui scaling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: stl hates me Created 7 years, 9 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 422aec9d15f8c098204f69cc3f81ba4aaa1d362c..1e275ec0730df3637b1ad1ced5030d4f1c69741e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -187,16 +187,6 @@ const Experiment::Choice kChromeCaptivePortalDetectionChoices[] = {
switches::kDisableChromeCaptivePortalDetector, ""}
};
-const Experiment::Choice kAshInternalDisplayUIScaleChoices[] = {
- { IDS_FLAGS_ASH_INTERNAL_DISPLAY_SCALE_DEFAULT, "", "" },
- { IDS_FLAGS_ASH_INTERNAL_DISPLAY_SCALE_80,
- ash::switches::kAshInternalDisplayUIScale, "0.8"},
- { IDS_FLAGS_ASH_INTERNAL_DISPLAY_SCALE_125,
- ash::switches::kAshInternalDisplayUIScale, "1.25"},
- { IDS_FLAGS_ASH_INTERNAL_DISPLAY_SCALE_150,
- ash::switches::kAshInternalDisplayUIScale, "1.5"},
-};
-
#endif
const Experiment::Choice kImplSidePaintingChoices[] = {
@@ -1009,13 +999,6 @@ const Experiment kExperiments[] = {
kOsCrOS,
SINGLE_VALUE_TYPE(switches::kForceFullscreenApp),
},
- {
- "ash-internal-display-ui-scale",
- IDS_FLAGS_ASH_INTERNAL_DISPLAY_SCALE_NAME,
- IDS_FLAGS_ASH_INTERNAL_DISPLAY_SCALE_DESCRIPTION,
- kOsCrOS,
- MULTI_VALUE_TYPE(kAshInternalDisplayUIScaleChoices)
- },
#endif // defined(OS_CHROMEOS)
{
"views-textfield",

Powered by Google App Engine
This is Rietveld 408576698