| Index: ui/base/ui_base_switches.cc
|
| diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
|
| index 840a43724404b319ddb708b0d5aa8911f54d7e40..e6c2fd2f370c7465a58b9c4dfa8e637f0fdeae38 100644
|
| --- a/ui/base/ui_base_switches.cc
|
| +++ b/ui/base/ui_base_switches.cc
|
| @@ -57,10 +57,4 @@ const char kLang[] = "lang";
|
| // process.
|
| const char kViewerConnect[] = "connect-to-metro-viewer";
|
|
|
| -#if defined(OS_CHROMEOS)
|
| -// Disables Roboto as UI font (instead of Noto Sans) experiment in both
|
| -// native and web UI.
|
| -const char kDisableRobotoFontUI[] = "disable-roboto-font-ui";
|
| -#endif
|
| -
|
| } // namespace switches
|
|
|