Index: content/browser/plugin_process_host.cc |
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc |
index f95577dda577bb020754d4b0022ff6c1732bb477..d1aa98f3740bbfe3a66527241e25169420f7d414 100644 |
--- a/content/browser/plugin_process_host.cc |
+++ b/content/browser/plugin_process_host.cc |
@@ -310,7 +310,9 @@ bool PluginProcessHost::CanShutdown() { |
} |
void PluginProcessHost::OnProcessCrashed(int exit_code) { |
+#if defined(ENABLE_PLUGINS) |
jam
2012/12/19 01:55:15
why is this file included if no plugins?
nilesh
2012/12/19 21:07:44
Removed.
|
PluginServiceImpl::GetInstance()->RegisterPluginCrash(info_.path); |
+#endif |
} |
void PluginProcessHost::CancelRequests() { |