summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_process_host.cc
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 17:45:46 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 17:45:46 +0000
commitb39c9b201b7a950c647cd9d79494b74692dfeb56 (patch)
treed2dec1cb8f613e3f56b90651c5e4ae073048b038 /content/browser/plugin_process_host.cc
parent135e429c705aa5b8fd26f2b0a46ad63451817b3c (diff)
downloadchromium_src-b39c9b201b7a950c647cd9d79494b74692dfeb56.zip
chromium_src-b39c9b201b7a950c647cd9d79494b74692dfeb56.tar.gz
chromium_src-b39c9b201b7a950c647cd9d79494b74692dfeb56.tar.bz2
Remove the default plugin.
TBR=darin@chromium.org BUG=62079 TEST=none Review URL: http://codereview.chromium.org/9074004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_process_host.cc')
-rw-r--r--content/browser/plugin_process_host.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc
index a515b58..ad8d074 100644
--- a/content/browser/plugin_process_host.cc
+++ b/content/browser/plugin_process_host.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -280,8 +280,6 @@ bool PluginProcessHost::Init(const webkit::WebPluginInfo& info) {
// been destroyed.
process_->SetTerminateChildOnShutdown(false);
- content::GetContentClient()->browser()->PluginProcessHostCreated(this);
-
return true;
}