Index: chrome/common/child_process_logging.h |
=================================================================== |
--- chrome/common/child_process_logging.h (revision 100836) |
+++ chrome/common/child_process_logging.h (working copy) |
@@ -61,6 +61,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 |
+// current value of CommandLine::ForCurrentProcess(). |
+void SetCommandLineFromCurrent(); |
+ |
// Simple wrapper class that sets the active URL in it's constructor and clears |
// the active URL in the destructor. |
class ScopedActiveURLSetter { |