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

Unified Diff: base/test/multiprocess_test.h

Issue 3797010: seccomp: disable seccomp for RendererMainTest (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: ok Created 10 years, 2 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
« no previous file with comments | « no previous file | chrome/renderer/renderer_main_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/multiprocess_test.h
diff --git a/base/test/multiprocess_test.h b/base/test/multiprocess_test.h
index 5126abea242a9b5ecd9965a72e14f95c8ff8a3a0..af7a18033655bce2432d14f2d07a045131be1090 100644
--- a/base/test/multiprocess_test.h
+++ b/base/test/multiprocess_test.h
@@ -63,7 +63,9 @@ class MultiProcessTest : public PlatformTest {
bool debug_on_start);
#endif
- CommandLine MakeCmdLine(const std::string& procname, bool debug_on_start);
+ // Set up the command line used to spawn the child process.
+ virtual CommandLine MakeCmdLine(const std::string& procname,
+ bool debug_on_start);
private:
#if defined(OS_WIN)
@@ -78,7 +80,7 @@ class MultiProcessTest : public PlatformTest {
bool debug_on_start);
#endif
- DISALLOW_COPY_AND_ASSIGN(MultiProcessTest);
+ DISALLOW_COPY_AND_ASSIGN(MultiProcessTest);
};
} // namespace base
« no previous file with comments | « no previous file | chrome/renderer/renderer_main_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698