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

Unified Diff: chrome/renderer/blocked_plugin.cc

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
« no previous file with comments | « no previous file | chrome/renderer/dom_ui_bindings.cc » ('j') | chrome/renderer/dom_ui_bindings.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/blocked_plugin.cc
diff --git a/chrome/renderer/blocked_plugin.cc b/chrome/renderer/blocked_plugin.cc
index 39f2e51a2f009bec740671e50fe3ac70e3eaafdf..6ebf837fe1e4f4252fdd5e7191457a4ca1ddf190 100644
--- a/chrome/renderer/blocked_plugin.cc
+++ b/chrome/renderer/blocked_plugin.cc
@@ -66,7 +66,7 @@ BlockedPlugin::BlockedPlugin(RenderView* render_view,
BlockedPlugin::~BlockedPlugin() {}
void BlockedPlugin::BindWebFrame(WebFrame* frame) {
- BindToJavascript(frame, L"plugin");
+ BindToJavascript(frame, "plugin");
BindMethod("load", &BlockedPlugin::Load);
}
« no previous file with comments | « no previous file | chrome/renderer/dom_ui_bindings.cc » ('j') | chrome/renderer/dom_ui_bindings.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698