| Index: chrome/browser/extensions/extension_host.cc
|
| diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
|
| index fd7f7d84c30ad05ab27fc7bcd37b82fe837b7651..e578c271cfd4a27cd4448dd96df3f4d8b4f7df63 100644
|
| --- a/chrome/browser/extensions/extension_host.cc
|
| +++ b/chrome/browser/extensions/extension_host.cc
|
| @@ -347,8 +347,7 @@ void ExtensionHost::InsertInfobarCSS() {
|
| IDR_EXTENSIONS_INFOBAR_CSS));
|
|
|
| render_view_host()->Send(new ViewMsg_CSSInsertRequest(
|
| - render_view_host()->routing_id(), L"", css.as_string(),
|
| - "InfobarThemeCSS"));
|
| + render_view_host()->routing_id(), L"", css.as_string()));
|
| }
|
|
|
| void ExtensionHost::DisableScrollbarsForSmallWindows(
|
|
|