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

Unified Diff: ui/base/ui_base_switches.cc

Issue 868753005: Enable Roboto by default for testing purpose. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify the test TextDoesntClip. 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') | ui/gfx/render_text_unittest.cc » ('j') | 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 5ff396a49253c03cb92cfaed0be3164654862425..eb58a1cea3228ec7c24b7213a267b4d67d32a36c 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)
-// Enables Roboto as UI font (instead of Noto Sans) experiment in both
+// Disables Roboto as UI font (instead of Noto Sans) experiment in both
// native and web UI.
-const char kEnableRobotoFontUI[] = "enable-roboto-font-ui";
+const char kDisableRobotoFontUI[] = "disable-roboto-font-ui";
#endif
} // namespace switches
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | ui/gfx/render_text_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698