| Index: content/browser/child_process_launcher_helper.h
|
| diff --git a/content/browser/child_process_launcher_helper.h b/content/browser/child_process_launcher_helper.h
|
| index b5828d0814bfdb9358b554473c61b98b7ddc2998..5ca28b038d0515dee681d66fd189e98a0645e285 100644
|
| --- a/content/browser/child_process_launcher_helper.h
|
| +++ b/content/browser/child_process_launcher_helper.h
|
| @@ -160,6 +160,8 @@ class ChildProcessLauncherHelper :
|
| const std::string& service_name,
|
| catalog::RequiredFileMap required_files);
|
|
|
| + static void ResetRegisteredFilesForTesting();
|
| +
|
| private:
|
| friend class base::RefCountedThreadSafe<ChildProcessLauncherHelper>;
|
|
|
|
|