Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1390)

Unified Diff: chrome/browser/extensions/extension_host.cc

Issue 7550051: content: change the CSSInsertRequest message to string16 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_host.cc
diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
index e578c271cfd4a27cd4448dd96df3f4d8b4f7df63..2f7750ed38501db4f3aacd45324629a4aeb3010e 100644
--- a/chrome/browser/extensions/extension_host.cc
+++ b/chrome/browser/extensions/extension_host.cc
@@ -347,7 +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()));
+ render_view_host()->routing_id(), string16(), css.as_string()));
}
void ExtensionHost::DisableScrollbarsForSmallWindows(
« no previous file with comments | « no previous file | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698