| 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..b0ff197abb57545b1a4631d3280656abda2f4662 100644
|
| --- a/chrome/browser/ui/webui/chromeos/system_info_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/system_info_ui.cc
|
| @@ -35,6 +35,7 @@
|
| #include "net/base/escape.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| +#include "ui/base/resource/resource_handle.h"
|
|
|
| using content::WebContents;
|
| using content::WebUIMessageHandler;
|
| @@ -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::ResourceHandle::kScaleFactorNone));
|
| std::string full_html = jstemplate_builder::GetTemplatesHtml(
|
| systeminfo_html, &strings, "t" /* template root node id */);
|
|
|
|
|