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 |