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

Unified Diff: content/browser/child_process_launcher.h

Issue 6992006: Terminate plugin processes on a delayed task to allow the plugins to shutdown gracefully, i.e. NP... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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
Index: content/browser/child_process_launcher.h
===================================================================
--- content/browser/child_process_launcher.h (revision 86295)
+++ content/browser/child_process_launcher.h (working copy)
@@ -60,6 +60,10 @@
// this after the process has started.
void SetProcessBackgrounded(bool background);
+ // Controls whether the child process should be terminated on browser
+ // shutdown.
+ void SetTerminateChildOnShutdown(bool terminate_on_shutdown);
+
private:
class Context;

Powered by Google App Engine
This is Rietveld 408576698