Index: content/common/set_process_title.h |
=================================================================== |
--- content/common/set_process_title.h (revision 100566) |
+++ content/common/set_process_title.h (working copy) |
@@ -19,6 +19,6 @@ |
// makes the process name that shows up in "ps" etc. for the child processes |
// show as "exe" instead of "chrome" or something reasonable. This function |
// will try to fix it so the "effective" command line shows up instead. |
-void SetProcessTitleFromCommandLine(char** main_argv); |
+void SetProcessTitleFromCommandLine(const char** main_argv); |
#endif // CONTENT_COMMON_SET_PROCESS_TITLE_H_ |