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

Unified Diff: content/common/view_messages.h

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 | « chrome/browser/extensions/extension_host.cc ('k') | content/renderer/render_view.h » ('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 0698af620236186c4e783c0761321913a1a99440..1402824c3ba68aea288192c67e3901208789415b 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -959,7 +959,7 @@ IPC_MESSAGE_ROUTED4(ViewMsg_ScriptEvalRequest,
// into that frame's document. See ViewMsg_ScriptEvalRequest for details on
// allowed xpath expressions.
IPC_MESSAGE_ROUTED2(ViewMsg_CSSInsertRequest,
- std::wstring, /* frame_xpath */
+ string16, /* frame_xpath */
std::string /* css string */)
// External popup menus.
« no previous file with comments | « chrome/browser/extensions/extension_host.cc ('k') | content/renderer/render_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698