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

Unified Diff: content/app/content_main_runner.cc

Issue 10548031: [Mac] More descriptive process name for flapper. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Only when out-of-process. Created 8 years, 6 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
« no previous file with comments | « no previous file | content/ppapi_plugin/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_)
« no previous file with comments | « no previous file | content/ppapi_plugin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698