| Index: chrome/common/child_process_logging.h
|
| ===================================================================
|
| --- chrome/common/child_process_logging.h (revision 100836)
|
| +++ chrome/common/child_process_logging.h (working copy)
|
| @@ -13,6 +13,7 @@
|
| #include "base/mac/crash_logging.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| +class CommandLine;
|
| struct GPUInfo;
|
|
|
| #if defined(OS_WIN) || defined(OS_MACOSX)
|
| @@ -61,6 +62,10 @@
|
| // Sets the data on the gpu to send along with crash reports.
|
| void SetGpuInfo(const GPUInfo& gpu_info);
|
|
|
| +// Sets the command line arguments to send along with crash reports to the
|
| +// values in |command_line|.
|
| +void SetCommandLine(const CommandLine* command_line);
|
| +
|
| // Simple wrapper class that sets the active URL in it's constructor and clears
|
| // the active URL in the destructor.
|
| class ScopedActiveURLSetter {
|
|
|