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

Unified Diff: ui/base/ui_base_switches.cc

Issue 889533002: Revert "Enable Roboto by default for testing purpose." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base_switches.cc
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
index eb58a1cea3228ec7c24b7213a267b4d67d32a36c..5ff396a49253c03cb92cfaed0be3164654862425 100644
--- a/ui/base/ui_base_switches.cc
+++ b/ui/base/ui_base_switches.cc
@@ -52,9 +52,9 @@ const char kLang[] = "lang";
const char kViewerConnect[] = "connect-to-metro-viewer";
#if defined(OS_CHROMEOS)
-// Disables Roboto as UI font (instead of Noto Sans) experiment in both
+// Enables Roboto as UI font (instead of Noto Sans) experiment in both
// native and web UI.
-const char kDisableRobotoFontUI[] = "disable-roboto-font-ui";
+const char kEnableRobotoFontUI[] = "enable-roboto-font-ui";
#endif
} // namespace switches
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698