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

Unified Diff: content/browser/child_process_launcher_helper_win.cc

Issue 2749653002: allow unit_tests to re-create service manager context. (Closed)
Patch Set: comment updated Created 3 years, 9 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_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
« no previous file with comments | « content/browser/child_process_launcher_helper_posix.cc ('k') | content/public/test/test_service_manager_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698