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

Unified Diff: chrome/renderer/webplugin_delegate_proxy.cc

Issue 200031: Take out the activex control. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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
Index: chrome/renderer/webplugin_delegate_proxy.cc
===================================================================
--- chrome/renderer/webplugin_delegate_proxy.cc (revision 25626)
+++ chrome/renderer/webplugin_delegate_proxy.cc (working copy)
@@ -160,14 +160,12 @@
WebPluginDelegateProxy::WebPluginDelegateProxy(
const std::string& mime_type,
- const std::string& clsid,
const base::WeakPtr<RenderView>& render_view)
: render_view_(render_view),
plugin_(NULL),
windowless_(false),
window_(NULL),
mime_type_(mime_type),
- clsid_(clsid),
npobject_(NULL),
window_script_object_(NULL),
sad_plugin_(NULL),
@@ -225,7 +223,7 @@
IPC::ChannelHandle channel_handle;
WebPluginInfo info;
if (!RenderThread::current()->Send(new ViewHostMsg_OpenChannelToPlugin(
- url, mime_type_, clsid_, webkit_glue::GetWebKitLocale(),
+ url, mime_type_, webkit_glue::GetWebKitLocale(),
&channel_handle, &info))) {
return false;
}
« no previous file with comments | « chrome/renderer/webplugin_delegate_proxy.h ('k') | chrome/test/activex_test_control/activex_test_control.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698