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

Unified Diff: chrome/renderer/external_host_bindings.h

Issue 5631002: wstrings: convert CppVariant and CppBoundClass to not use wstring (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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
Index: chrome/renderer/external_host_bindings.h
diff --git a/chrome/renderer/external_host_bindings.h b/chrome/renderer/external_host_bindings.h
index 66ddf6c7c128bfcfac0828fe45d4f17d373b119b..12bc00190d7de4ccabdfe0d815680df4dcb8e1ed 100644
--- a/chrome/renderer/external_host_bindings.h
+++ b/chrome/renderer/external_host_bindings.h
@@ -29,8 +29,7 @@ class ExternalHostBindings : public DOMBoundBrowserObject {
const std::string& target);
// Overridden to hold onto a pointer back to the web frame.
- void BindToJavascript(WebKit::WebFrame* frame,
- const std::wstring& classname) {
+ void BindToJavascript(WebKit::WebFrame* frame, const std::string& classname) {
frame_ = frame;
DOMBoundBrowserObject::BindToJavascript(frame, classname);
}

Powered by Google App Engine
This is Rietveld 408576698