| Index: content/browser/child_process_launcher_helper_win.cc
|
| diff --git a/content/browser/child_process_launcher_helper_win.cc b/content/browser/child_process_launcher_helper_win.cc
|
| index f01903f1356099077d5554f5347de324319ecc7a..56b56a3ccef8fc087ae4b2f44f60fad3a7077599 100644
|
| --- a/content/browser/child_process_launcher_helper_win.cc
|
| +++ b/content/browser/child_process_launcher_helper_win.cc
|
| @@ -124,5 +124,8 @@ void ChildProcessLauncherHelper::SetRegisteredFilesForService(
|
| DCHECK(required_files.empty());
|
| }
|
|
|
| +// static
|
| +void ChildProcessLauncherHelper::ResetRegisteredFilesForTesting() {}
|
| +
|
| } // namespace internal
|
| } // namespace content
|
|
|