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

Unified Diff: content/renderer/render_view.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 | « content/common/view_messages.h ('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/renderer/render_view.h
diff --git a/content/renderer/render_view.h b/content/renderer/render_view.h
index 0db56159c59f059d08cb67a305904d0e979d55b0..bb6cbaaf7535b1c038354cc1588f828193974cfc 100644
--- a/content/renderer/render_view.h
+++ b/content/renderer/render_view.h
@@ -763,7 +763,7 @@ class RenderView : public RenderWidget,
void OnCopyToFindPboard();
#endif
void OnCut();
- void OnCSSInsertRequest(const std::wstring& frame_xpath,
+ void OnCSSInsertRequest(const string16& frame_xpath,
const std::string& css);
void OnCustomContextMenuAction(
const webkit_glue::CustomContextMenuContext& custom_context,
@@ -885,7 +885,7 @@ class RenderView : public RenderWidget,
ErrorPageType error_type);
// Locates a sub frame with given xpath
- WebKit::WebFrame* GetChildFrame(const std::wstring& frame_xpath) const;
+ WebKit::WebFrame* GetChildFrame(const string16& frame_xpath) const;
WebUIBindings* GetWebUIBindings();
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698