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

Unified Diff: ui/base/ui_base_switches.cc

Issue 1130613002: Clean up Noto Sans UI stuff. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: 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

Powered by Google App Engine
This is Rietveld 408576698