| Index: chrome/browser/extensions/extension_host.cc
|
| diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
|
| index e7562fc700b2e3aec5d5ac7dc9c2b3322e1f5673..d09b41f041395eece7937ecc46da26090c7ea100 100644
|
| --- a/chrome/browser/extensions/extension_host.cc
|
| +++ b/chrome/browser/extensions/extension_host.cc
|
| @@ -49,6 +49,7 @@
|
| #include "ui/base/keycodes/keyboard_codes.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| +#include "ui/base/resource/resource_handle.h"
|
|
|
| #if defined(TOOLKIT_VIEWS)
|
| #include "ui/views/widget/widget.h"
|
| @@ -321,7 +322,7 @@ void ExtensionHost::InsertInfobarCSS() {
|
|
|
| static const base::StringPiece css(
|
| ResourceBundle::GetSharedInstance().GetRawDataResource(
|
| - IDR_EXTENSIONS_INFOBAR_CSS));
|
| + IDR_EXTENSIONS_INFOBAR_CSS, ui::ResourceHandle::kScaleFactorNone));
|
|
|
| render_view_host()->InsertCSS(string16(), css.as_string());
|
| }
|
|
|