summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/chrome_content_plugin_client.cc
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-05 01:23:44 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-05 01:23:44 +0000
commit47217cf0e17aa7aa5da0401bd5ea17203da4aed7 (patch)
tree3d9720e09cb0eacc8a5a0d59c26f3123ffc57ba2 /chrome/plugin/chrome_content_plugin_client.cc
parent5a5fdc08c1ae8fdfce391f1a17c5fbb6097ab280 (diff)
downloadchromium_src-47217cf0e17aa7aa5da0401bd5ea17203da4aed7.zip
chromium_src-47217cf0e17aa7aa5da0401bd5ea17203da4aed7.tar.gz
chromium_src-47217cf0e17aa7aa5da0401bd5ea17203da4aed7.tar.bz2
Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on PluginService"
TBR=jam@chromium.org Review URL: http://codereview.chromium.org/8475020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108760 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/chrome_content_plugin_client.cc')
-rw-r--r--chrome/plugin/chrome_content_plugin_client.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/plugin/chrome_content_plugin_client.cc b/chrome/plugin/chrome_content_plugin_client.cc
index 0a8e42b..b26f523 100644
--- a/chrome/plugin/chrome_content_plugin_client.cc
+++ b/chrome/plugin/chrome_content_plugin_client.cc
@@ -4,6 +4,8 @@
#include "chrome/plugin/chrome_content_plugin_client.h"
+#include "chrome/common/default_plugin.h"
+
#if defined(OS_MACOSX)
#include "base/mac/mac_util.h"
#include "base/mac/scoped_cftyperef.h"
@@ -27,6 +29,8 @@ void ChromeContentPluginClient::PluginProcessStarted(
cf_plugin_name.get(), app_name.get()));
base::mac::SetProcessName(process_name);
#endif
+
+ chrome::RegisterInternalDefaultPlugin();
}
} // namespace chrome