| Index: content/browser/child_process_launcher.h
|
| diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
|
| index de890a92e404cbcd15688bf6a6fe7dc9d5245a6a..bd923b97a524913983947a5a0971456bce1672ad 100644
|
| --- a/content/browser/child_process_launcher.h
|
| +++ b/content/browser/child_process_launcher.h
|
| @@ -76,6 +76,10 @@ class CONTENT_EXPORT ChildProcessLauncher {
|
| // shutdown.
|
| void SetTerminateChildOnShutdown(bool terminate_on_shutdown);
|
|
|
| + // Replaces the ChildProcessLauncher::Client for testing purposes. Returns the
|
| + // previous client.
|
| + Client* ReplaceClientForTest(Client* client);
|
| +
|
| private:
|
| class Context;
|
|
|
|
|