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

Unified Diff: content/common/view_messages.h

Issue 7598020: content: use string16 in ViewHostMsg_AddMessageToConsole (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 | « content/browser/renderer_host/render_view_host.cc ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 132716df1f73f55436f605dab31c64cd3fc2c765..e1554bd91cb6b1e7372251ab7be24fa6357e1fa6 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1758,9 +1758,9 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_ImeCancelComposition)
// or debugger UI.
IPC_MESSAGE_ROUTED4(ViewHostMsg_AddMessageToConsole,
int32, /* log level */
- std::wstring, /* msg */
+ string16, /* msg */
int32, /* line number */
- std::wstring /* source id */)
+ string16 /* source id */)
// Sent by the renderer process to indicate that a plugin instance has
// crashed.
« no previous file with comments | « content/browser/renderer_host/render_view_host.cc ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698