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

Unified Diff: test/win/child_launcher.h

Issue 1428803006: win: Implement CrashpadClient::StartHandler() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback; add a test Created 5 years, 1 month 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 | « test/multiprocess_exec_win.cc ('k') | test/win/child_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/child_launcher.h
diff --git a/test/win/child_launcher.h b/test/win/child_launcher.h
index 456d969d17eba5d78bd3b81fbfac35f6a617f97c..22463fa5a741614ef17edbc6eb642a7079a06b7e 100644
--- a/test/win/child_launcher.h
+++ b/test/win/child_launcher.h
@@ -42,7 +42,7 @@ class ChildLauncher {
void Start();
//! \brief Waits for the child process to exit.
- //!
+ //!
//! \return The process exit code.
DWORD WaitForExit();
@@ -67,14 +67,6 @@ class ChildLauncher {
ScopedFileHANDLE stdin_write_handle_;
};
-//! \brief Utility function for building escaped command lines.
-//!
-//! \param[in] argument Appended to \a command_line surrounded by properly
-//! escaped quotation marks, if necessary.
-//! \param[inout] command_line The command line being constructed.
-void AppendCommandLineArgument(const std::wstring& argument,
- std::wstring* command_line);
-
} // namespace test
} // namespace crashpad
« no previous file with comments | « test/multiprocess_exec_win.cc ('k') | test/win/child_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698