Index: chrome/browser/ui/webui/chromeos/login/oobe_ui.cc |
diff --git a/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc b/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc |
index d06042f5415c96535116b8defd62af0a679aec0b..4e85f67c7e4a1ff12eba0c605b36da1c80100fea 100644 |
--- a/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc |
+++ b/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc |
@@ -160,14 +160,6 @@ content::WebUIDataSource* CreateOobeUIDataSource( |
source->AddResourcePath(kEnrollmentCSSPath, IDR_OOBE_ENROLLMENT_CSS); |
source->AddResourcePath(kEnrollmentJSPath, IDR_OOBE_ENROLLMENT_JS); |
- if (display_type == OobeUI::kOobeDisplay) { |
- source->AddResourcePath("Roboto-Thin.ttf", IDR_FONT_ROBOTO_THIN); |
- source->AddResourcePath("Roboto-Light.ttf", IDR_FONT_ROBOTO_LIGHT); |
- source->AddResourcePath("Roboto-Regular.ttf", IDR_FONT_ROBOTO_REGULAR); |
- source->AddResourcePath("Roboto-Medium.ttf", IDR_FONT_ROBOTO_MEDIUM); |
- source->AddResourcePath("Roboto-Bold.ttf", IDR_FONT_ROBOTO_BOLD); |
- } |
- |
// Only add a filter when runing as test. |
base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
const bool is_running_test = command_line->HasSwitch(::switches::kTestName) || |