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

Unified Diff: ui/base/font_helper_chromeos.h

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 | « tools/metrics/histograms/histograms.xml ('k') | ui/base/font_helper_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/font_helper_chromeos.h
diff --git a/ui/base/font_helper_chromeos.h b/ui/base/font_helper_chromeos.h
index e2013ce2e23bcb4c68f4d38a514807c423556ae9..ca3508c7fa145eec51f8280dba5968ef4fc5e3c2 100644
--- a/ui/base/font_helper_chromeos.h
+++ b/ui/base/font_helper_chromeos.h
@@ -11,11 +11,11 @@ namespace ui {
// This is a temporary helper function for the Roboto UI font experiment.
// It'll go away once the experiment is over.
-// See http://crbug.com/434400 and http://crbug.com/448948 for more details.
+// See http://crbug.com/434400 for more details.
//
-// "Noto Sans UI" was the primary UI font (both native and web) in most
-// locales and we're replacing it with 'Roboto'. For now 'Roboto' is enabled by
-// default and can be disabled by setting 'disable-roboto-font-ui' flag to on.
+// "Noto Sans UI" is the primary UI font (both native and web) in most
+// locales and we're replacing it with 'Roboto' when 'enable-roboto-font-ui'
+// flag is on.
void ReplaceNotoSansWithRobotoIfEnabled(std::string* font_family);
} // namespace ui
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/base/font_helper_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698