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

Unified Diff: chrome/browser/about_flags.cc

Issue 1962263002: Introduce FontCache content scaling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win layout test fix Created 4 years, 7 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 56f4e8cf7a3be1ab807c577d9892b6c46d5d5054..61d12bc6e1d1466f2e4b915cbb0adb6dca7e454e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1889,6 +1889,10 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_OPTIMIZE_LOADING_IPC_FOR_SMALL_RESOURCES_NAME,
IDS_FLAGS_OPTIMIZE_LOADING_IPC_FOR_SMALL_RESOURCES_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(features::kOptimizeLoadingIPCForSmallResources)},
+ {"enable-font-cache-scaling",
+ IDS_FLAGS_FONT_CACHE_SCALING_NAME,
+ IDS_FLAGS_FONT_CACHE_SCALING_DESCRIPTION, kOsAll,
+ FEATURE_VALUE_TYPE(features::kFontCacheScaling)},
// NOTE: Adding new command-line switches requires adding corresponding
// entries to enum "LoginCustomFlags" in histograms.xml. See note in

Powered by Google App Engine
This is Rietveld 408576698