Index: chrome/browser/ui/webui/chromeos/system_info_ui.cc |
diff --git a/chrome/browser/ui/webui/chromeos/system_info_ui.cc b/chrome/browser/ui/webui/chromeos/system_info_ui.cc |
index 0109bc48528362d904b0afa607eaac1529187b00..8b3b599fdf02ece69b2317780cd8b7b859f8b4b9 100644 |
--- a/chrome/browser/ui/webui/chromeos/system_info_ui.cc |
+++ b/chrome/browser/ui/webui/chromeos/system_info_ui.cc |
@@ -34,6 +34,7 @@ |
#include "net/base/directory_lister.h" |
#include "net/base/escape.h" |
#include "ui/base/l10n/l10n_util.h" |
+#include "ui/base/layout.h" |
#include "ui/base/resource/resource_bundle.h" |
using content::WebContents; |
@@ -146,7 +147,7 @@ void SystemInfoUIHTMLSource::SyslogsComplete( |
} |
static const base::StringPiece systeminfo_html( |
ResourceBundle::GetSharedInstance().GetRawDataResource( |
- IDR_ABOUT_SYS_HTML)); |
+ IDR_ABOUT_SYS_HTML, ui::SCALE_FACTOR_NONE)); |
std::string full_html = jstemplate_builder::GetTemplatesHtml( |
systeminfo_html, &strings, "t" /* template root node id */); |