Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index 53d8a82a8ebcf675b0bf7b18a21920f6bd74fd7f..3e2a3affa2acba82fdeb2fc7829b7d9603cc8ec4 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -240,7 +240,8 @@ class ContentClientInitializer { |
content_client->browser_ = &g_empty_content_browser_client.Get(); |
} |
- if (process_type == switches::kPluginProcess) { |
+ if (process_type == switches::kPluginProcess || |
+ process_type == switches::kPpapiPluginProcess) { |
if (delegate) |
content_client->plugin_ = delegate->CreateContentPluginClient(); |
if (!content_client->plugin_) |