diff options
Diffstat (limited to 'chrome/app/breakpad.h')
-rw-r--r-- | chrome/app/breakpad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/breakpad.h b/chrome/app/breakpad.h index 8250b4b..daa3d77 100644 --- a/chrome/app/breakpad.h +++ b/chrome/app/breakpad.h @@ -10,7 +10,7 @@ // Calls InitCrashReporterThread in it's own thread for the browser process // or directly for the plugin and renderer process. -void InitCrashReporter(std::wstring dll_path); +void InitCrashReporter(const std::wstring& dll_path); // Intercepts a crash but does not process it, just ask if we want to restart // the browser or not. |